fix(main): 404 page not working on deep paths

This commit is contained in:
Kim, Jimin 2023-08-01 16:50:39 +09:00
parent 69387e2457
commit 9d6ba2ecd3
Signed by: pomp
GPG key ID: CE1DDB8A4A765403

View file

@ -6,6 +6,9 @@ const config = {
preprocess: [vitePreprocess()],
kit: {
paths: {
relative: false,
},
adapter: adapter({
pages: "build",
assets: "build",