fix missing link calls

This commit is contained in:
Thomas Klaehn
2023-02-06 11:33:18 +01:00
parent 89a78993b5
commit 8c110e845b
10 changed files with 66 additions and 13 deletions

View File

@@ -4,8 +4,12 @@ import adapter from '@sveltejs/adapter-static';
const config = {
kit: {
adapter: adapter({
fallback: "200.html"
})
pages: '../static',
assets: '../static',
// fallback: '200.html',
precompress: false,
}),
trailingSlash: 'always'
}
};