Skip to content

Commit 30482ac

Browse files
committed
chore: fix site
1 parent f823a5a commit 30482ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: explorer-v2/svelte.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import staticAdapter from '@sveltejs/adapter-static';
44
const config = {
55
kit: {
66
paths: {
7-
base: '/svelte-eslint-parser'
7+
base: '/svelte-eslint-parser',
8+
relative: false
89
},
910

1011
adapter: staticAdapter({

0 commit comments

Comments
 (0)