Update docs site for mcbluetooth.warehack.ing deployment

Point site URL, social link, and edit links to warehack.ing Gitea.
This commit is contained in:
Ryan Malloy 2026-02-13 09:16:52 -07:00
parent 45c1e57dfe
commit 795010e495

View File

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