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 312d835 commit 686db37Copy full SHA for 686db37
svelte.config.js
@@ -12,7 +12,7 @@ const config = {
12
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
13
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
14
adapter: adapter(),
15
- paths: { base: '/flow' }
+ paths: { relative: false }
16
}
17
};
18
0 commit comments