aboutsummaryrefslogtreecommitdiffstats
path: root/app/svelte.config.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app/svelte.config.js3
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