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.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/svelte.config.js b/app/svelte.config.js
index bdf69e1..00e320d 100644
--- a/app/svelte.config.js
+++ b/app/svelte.config.js
@@ -11,8 +11,8 @@ const config = {
kit: {
adapter: adapter(),
paths: {
- base: process.env.NODE_ENV === "production" ? "/trinkets" : "",
- }
+ base: process.env.NODE_ENV === 'production' ? '/trinkets' : '',
+ },
},
}
export default config