Skip to content

Commit adeee0f

Browse files
committed
Fix server route
1 parent 65f7292 commit adeee0f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

svelte.config.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ const config = {
99
preprocess: [vitePreprocess(), mdsvex()],
1010
kit: {
1111
adapter: adapter(),
12-
paths: {
13-
base: process.argv.includes('dev') ? '' : process.env.BASE_PATH
14-
}
12+
// only set this if you don't want it served directly from the root
13+
// paths: {
14+
// base: process.argv.includes('dev') ? '' : process.env.BASE_PATH
15+
// }
1516
},
1617
extensions: ['.svelte', '.svx']
1718
};

0 commit comments

Comments
 (0)