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.
1 parent 7dd5523 commit b5eb8a1Copy full SHA for b5eb8a1
svelte.config.js
@@ -12,7 +12,8 @@ const config = {
12
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
13
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
14
adapter: adapter(),
15
- outDir: '.dist'
+ outDir: '.dist',
16
+ base: '/'
17
}
18
};
19
0 commit comments