From 2bd1e9b08316d64b44300f04968d56d9f3eb4fb4 Mon Sep 17 00:00:00 2001 From: Simon Vanherweghe Date: Wed, 16 Oct 2024 12:04:23 +0200 Subject: [PATCH] edit url --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index bd1c45c..4a9c159 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -10,7 +10,7 @@ export default defineConfig({ favicon: "/favicon.ico", customCss: ["./src/styles/custom.css"], editLink: { - baseUrl: "https://github.com/devinekask/workflows/", + baseUrl: "https://github.com/devinekask/workflows/edit/main/", }, logo: { src: "./src/assets/img/devinelogo.svg",