mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-21 01:12:59 +00:00
pwa adjustments
This commit is contained in:
@@ -9,9 +9,10 @@ export default defineConfig({
|
||||
sveltekit(),
|
||||
SvelteKitPWA({
|
||||
kit: {
|
||||
adapterFallback: "/200.html",
|
||||
trailingSlash: "always",
|
||||
},
|
||||
scope: "/",
|
||||
base: "/",
|
||||
includeAssets: ["favicon.png"],
|
||||
manifest: {
|
||||
name: "dot i/o",
|
||||
@@ -25,13 +26,6 @@ export default defineConfig({
|
||||
},
|
||||
],
|
||||
},
|
||||
base: "/",
|
||||
workbox: {
|
||||
modifyURLPrefix: {
|
||||
"": "/",
|
||||
"./": "/",
|
||||
},
|
||||
},
|
||||
}),
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user