Skip to content

Commit 93c58d0

Browse files
committed
fix: base path
1 parent 44ef271 commit 93c58d0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

svelte.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ const config = {
1212
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
1313
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
1414
adapter: adapter(),
15+
paths: {
16+
base: process.env.NODE_ENV === "development" ? "" : "/reaper2ma",
17+
},
1518
},
1619
};
1720

0 commit comments

Comments
 (0)