diff --git a/astro.config.mjs b/astro.config.mjs index 48ed3b8f0..7f690d12e 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -11,6 +11,9 @@ export default defineConfig({ github: 'https://github.com/sern-handler', discord: 'https://discord.gg/DwbF5H5JgQ', }, + editLink: { + baseUrl: 'https://github.com/sern-handler/website/edit/main/', + }, components: { Head: './src/overrides/Head.astro', SiteTitle: './src/overrides/SiteTitle.astro',