diff --git a/docs-site/astro.config.mjs b/docs-site/astro.config.mjs index e004c31..9c7757a 100644 --- a/docs-site/astro.config.mjs +++ b/docs-site/astro.config.mjs @@ -6,7 +6,7 @@ import icon from 'astro-icon'; // https://astro.build/config export default defineConfig({ // Site URL for sitemap generation - site: 'https://mcbluetooth.supported.systems', + site: 'https://mcbluetooth.warehack.ing', // Disable telemetry telemetry: false, @@ -25,7 +25,7 @@ export default defineConfig({ replacesTitle: false, }, social: [ - { icon: 'github', label: 'GitHub', href: 'https://github.com/yourusername/mcbluetooth' }, + { icon: 'github', label: 'Gitea', href: 'https://git.supported.systems/warehack.ing/mcbluetooth' }, ], customCss: [ './src/styles/custom.css', @@ -80,7 +80,7 @@ export default defineConfig({ }, ], editLink: { - baseUrl: 'https://github.com/yourusername/mcbluetooth/edit/main/docs-site/', + baseUrl: 'https://git.supported.systems/warehack.ing/mcbluetooth/_edit/main/docs-site/', }, }), ],