aboutsummaryrefslogtreecommitdiffstats
path: root/app/svelte.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/svelte.config.js')
-rw-r--r--app/svelte.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/svelte.config.js b/app/svelte.config.js
index 59cd962..bdf69e1 100644
--- a/app/svelte.config.js
+++ b/app/svelte.config.js
@@ -11,7 +11,7 @@ const config = {
kit: {
adapter: adapter(),
paths: {
- base: process.env.NODE_ENV === "production" ? "/random-stuff" : "",
+ base: process.env.NODE_ENV === "production" ? "/trinkets" : "",
}
},
}