From b5c8979424542136a4f953c822c2c74aface8ec5 Mon Sep 17 00:00:00 2001 From: Kyllian Chabanon Date: Wed, 10 Apr 2024 13:12:20 +0200 Subject: [PATCH] Modifs --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index 1bac642..11a663b 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 : '' + base: base } } };