From 2a011adac0bb5660890061204ff44ffae8c4e79c Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 23 Jan 2024 13:39:10 -0600 Subject: Change URL Signed-off-by: Matt Strapp --- app/svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" : "", } }, } -- cgit v1.2.3