From 2faf83a8d54a2b57ef562b0431776a03f1f9b8eb Mon Sep 17 00:00:00 2001 From: Quentin Bramas <bramas@unistra.fr> Date: Mon, 11 Nov 2024 11:09:30 +0000 Subject: [PATCH] Update app.config.ts --- app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.ts b/app.config.ts index d55a431..ec525d9 100644 --- a/app.config.ts +++ b/app.config.ts @@ -9,5 +9,5 @@ export default defineConfig({ }, preset: 'static' }, - base: '' + base: './' }); \ No newline at end of file -- GitLab