mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2025-12-13 06:16:16 +00:00
fix: PWA fixes
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user