Update astro.config.mjs

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2024-10-17 18:25:49 +02:00
committed by GitHub
parent 678c9776b6
commit 37df84958d
+1 -1
View File
@@ -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",