From 10fe865a0595a710da5ba8633518e36455f22b26 Mon Sep 17 00:00:00 2001 From: Kyllian Chabanon Date: Fri, 4 Apr 2025 15:24:02 +0200 Subject: [PATCH] Modification du svelte.config.js --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index 821e4ea..5d157b3 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -25,7 +25,7 @@ const config = { }, paths: { relative: false, - base: process.env.NODE_ENV === 'production' ? '' : '' + base: process.env.NODE_ENV === 'production' ? base : base } } };