Skip to content

Commit 8313831

Browse files
committed
chore: fix svelte.config.js
1 parent 5943ac5 commit 8313831

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

explorer-v2/src/routes/+layout.js

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
export const prerender = true;
2+
export const trailingSlash = 'always';

explorer-v2/svelte.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const config = {
66
paths: {
77
base: '/svelte-eslint-parser'
88
},
9-
trailingSlash: 'always',
109

1110
adapter: staticAdapter({
1211
// default options are shown

0 commit comments

Comments
 (0)