diff --git a/frontend/fic/svelte.config.js b/frontend/fic/svelte.config.js index 17a2ea01..13b2b0a0 100644 --- a/frontend/fic/svelte.config.js +++ b/frontend/fic/svelte.config.js @@ -6,6 +6,9 @@ const config = { adapter: adapt({ fallback: 'index.html' }), + paths: { + relative: true + }, } }; diff --git a/qa/ui/svelte.config.js b/qa/ui/svelte.config.js index 5c8cdcbe..bde06552 100644 --- a/qa/ui/svelte.config.js +++ b/qa/ui/svelte.config.js @@ -6,6 +6,9 @@ const config = { adapter: adapt({ fallback: 'index.html' }), + paths: { + relative: true + }, } };