We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f7292 commit adeee0fCopy full SHA for adeee0f
1 file changed
svelte.config.js
@@ -9,9 +9,10 @@ const config = {
9
preprocess: [vitePreprocess(), mdsvex()],
10
kit: {
11
adapter: adapter(),
12
- paths: {
13
- base: process.argv.includes('dev') ? '' : process.env.BASE_PATH
14
- }
+ // only set this if you don't want it served directly from the root
+ // paths: {
+ // base: process.argv.includes('dev') ? '' : process.env.BASE_PATH
15
+ // }
16
},
17
extensions: ['.svelte', '.svx']
18
};
0 commit comments