From 2186f6d1f31a1b198f23d5e140705abbc957d845 Mon Sep 17 00:00:00 2001 From: gsovereignty Date: Thu, 8 Aug 2024 13:31:21 +0800 Subject: [PATCH] problem: does not work on nostrocket.org --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index 9762bdc..0730da4 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -19,7 +19,7 @@ const config = { crawl: true }, paths: { - base: dev ? '' : '/hypergolic' + base: dev ? '' : '' }, alias: { '@/*': './src/lib/*',