diff --git a/astro.config.mjs b/astro.config.mjs index 9912493..2cfab2b 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -12,6 +12,10 @@ export default defineConfig({ social: { github: "https://github.com/project-kessel", }, + editLink: { + // This enables the "edit" link on the bottom of each page which directly links to contribute + baseUrl: 'https://github.com/project-kessel/docs/edit/main/', + }, sidebar: [ { label: "Start Here",