We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f823a5a commit 30482acCopy full SHA for 30482ac
explorer-v2/svelte.config.js
@@ -4,7 +4,8 @@ import staticAdapter from '@sveltejs/adapter-static';
4
const config = {
5
kit: {
6
paths: {
7
- base: '/svelte-eslint-parser'
+ base: '/svelte-eslint-parser',
8
+ relative: false
9
},
10
11
adapter: staticAdapter({
0 commit comments