From fd4fd9ee034f09405d66c4d314e2e4edfb23870e Mon Sep 17 00:00:00 2001 From: DuroCodes Date: Tue, 7 May 2024 16:45:50 -0400 Subject: [PATCH] feat: add 'edit page' to docs --- astro.config.mjs | 3 +++ 1 file changed, 3 insertions(+) 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',