From a07d24a7d072e513422a5357559a672ea3c85e33 Mon Sep 17 00:00:00 2001 From: Quentin Bramas <bramas@unistra.fr> Date: Mon, 11 Nov 2024 10:52:57 +0000 Subject: [PATCH] Update app.config.ts --- app.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.config.ts b/app.config.ts index ef2ee8a..d55a431 100644 --- a/app.config.ts +++ b/app.config.ts @@ -8,5 +8,6 @@ export default defineConfig({ crawlLinks: true }, preset: 'static' - } + }, + base: '' }); \ No newline at end of file -- GitLab