fix: PWA fixes

This commit is contained in:
2023-12-21 18:08:16 +01:00
parent faaa6dd5be
commit 8867030ede
4 changed files with 9 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ const {version} = JSON.parse(await readFile(fileURLToPath(new URL("package.json"
const config = {
preprocess: [preprocess({postcss: {plugins: autoprefixer()}})],
kit: {
adapter: adapter(),
adapter: adapter({fallback: "404.html"}),
version: {
name: version,
},