From 687f97077c8499ead448efa2b24cdfb51d7d1a21 Mon Sep 17 00:00:00 2001 From: Alec Henninger Date: Tue, 2 Jul 2024 11:59:02 -0400 Subject: [PATCH] Enable edit link --- astro.config.mjs | 4 ++++ 1 file changed, 4 insertions(+) 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",