Fix redirect issue

This commit is contained in:
Sidharth Vinod
2021-05-29 17:37:55 +05:30
parent 7aaa1582ff
commit 39b8dc237f
3 changed files with 11 additions and 3 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ const config = {
: {},
ssr: false,
// hydrate the <div id="svelte"> element in src/app.html
target: '#svelte'
target: '#svelte',
trailingSlash: 'never'
}
};