From 8d2af3fd9ae4a282a2f34432aa5aa2e380118cc8 Mon Sep 17 00:00:00 2001 From: Christophe Chaudier <christophe@lydra.fr> Date: Wed, 16 Nov 2022 18:21:16 +0100 Subject: [PATCH] fix: add baseUrl --- astro.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/astro.config.mjs b/astro.config.mjs index 8d6acc1..0312cd5 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -6,4 +6,5 @@ export default defineConfig({ sitemap: true, outDir: 'public', publicDir: 'static', + baseUrl: 'poc/astrojs/', }); -- GitLab