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 5943ac5 commit 8313831Copy full SHA for 8313831
explorer-v2/src/routes/+layout.js
@@ -1 +1,2 @@
1
export const prerender = true;
2
+export const trailingSlash = 'always';
explorer-v2/svelte.config.js
@@ -6,7 +6,6 @@ const config = {
6
paths: {
7
base: '/svelte-eslint-parser'
8
},
9
- trailingSlash: 'always',
10
11
adapter: staticAdapter({
12
// default options are shown
0 commit comments