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",