1 parent 44ef271 commit 93c58d0Copy full SHA for 93c58d0
1 file changed
svelte.config.js
@@ -12,6 +12,9 @@ const config = {
12
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
13
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
14
adapter: adapter(),
15
+ paths: {
16
+ base: process.env.NODE_ENV === "development" ? "" : "/reaper2ma",
17
+ },
18
},
19
};
20
0 commit comments