From cef88a4c1aedd132c9e037934fe37795989baf3b Mon Sep 17 00:00:00 2001 From: wgenh Date: Mon, 3 Jun 2024 16:21:54 +0300 Subject: [PATCH] Change path to /flash --- svelte.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/svelte.config.js b/svelte.config.js index d4bf2fc..90758c5 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -18,6 +18,9 @@ const config = { precompress: false, strict: true }), + paths: { + base: "/flash" + } } };