From 37df84958d2d6cd53ace31f8da7085b9c39f9771 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 17 Oct 2024 18:25:49 +0200 Subject: [PATCH] Update astro.config.mjs Signed-off-by: Kjeld Schouten --- website/astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/astro.config.mjs b/website/astro.config.mjs index 3a5eb79973d..0049cb1ae0e 100644 --- a/website/astro.config.mjs +++ b/website/astro.config.mjs @@ -85,7 +85,7 @@ export default defineConfig({ patreon: "https://patreon.com/truecharts", }, editLink: { - baseUrl: "https://github.com/truecharts/website/tree/main/", + baseUrl: "https://github.com/truecharts/public/tree/master/website/", }, components: { Header: "./src/components/CustomHeader.astro",