From 6430b4c30c4887d59388584e08505f6706109aa9 Mon Sep 17 00:00:00 2001 From: Christophe Chaudier <christophe@lydra.fr> Date: Wed, 16 Nov 2022 18:41:26 +0100 Subject: [PATCH] fix: add site and base URL --- astro.config.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 755cc38..3f486da 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -6,5 +6,6 @@ export default defineConfig({ sitemap: true, outDir: 'public', publicDir: 'static', - site: 'https://froggit.froggit.page/poc/astrojs' + site: 'https://froggit.froggit.page', + base: '/poc/astrojs' }); -- GitLab