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" + } } };