We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/svelte
1 parent b3f5202 commit 4df8014Copy full SHA for 4df8014
svelte/svelte.config.js
@@ -13,6 +13,11 @@ const config = {
13
// avoid using `index.html` as a fallback page, so we use `200.html` instead.
14
fallback: '200.html',
15
}),
16
+ paths: {
17
+ // We are serving the app from the `/svelte` subdirectory for now
18
+ // to be able to serve it alongside the Ember.js app at `/`.
19
+ base: process.env.VITEST ? '' : '/svelte',
20
+ },
21
},
22
};
23
0 commit comments