fix(main): 404 page not working on deep paths
This commit is contained in:
parent
69387e2457
commit
9d6ba2ecd3
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ const config = {
|
||||||
preprocess: [vitePreprocess()],
|
preprocess: [vitePreprocess()],
|
||||||
|
|
||||||
kit: {
|
kit: {
|
||||||
|
paths: {
|
||||||
|
relative: false,
|
||||||
|
},
|
||||||
adapter: adapter({
|
adapter: adapter({
|
||||||
pages: "build",
|
pages: "build",
|
||||||
assets: "build",
|
assets: "build",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue