diff --git a/astro.config.mjs b/astro.config.mjs index c42bec3..c5225f0 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -4,6 +4,7 @@ import starlightImageZoom from "starlight-image-zoom"; // https://astro.build/config export default defineConfig({ + base: process.env.DEPLOY_BASE ?? "/", integrations: [ starlight({ plugins: [starlightImageZoom()],