diff options
Diffstat (limited to 'app/svelte.config.js')
-rw-r--r-- | app/svelte.config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/svelte.config.js b/app/svelte.config.js index 9484cb8..6200fb3 100644 --- a/app/svelte.config.js +++ b/app/svelte.config.js @@ -10,6 +10,9 @@ const config = { kit: { adapter: adapter(), + paths: { + base: process.env.NODE_ENV === "production" ? "/random-stuff" : "", + } }, } export default config |