chore: lint
This commit is contained in:
@ -23,9 +23,7 @@ export default defineConfig({
|
||||
},
|
||||
// add this to cache all the
|
||||
// static assets in the public folder
|
||||
includeAssets: [
|
||||
"**/*",
|
||||
],
|
||||
includeAssets: ["**/*"],
|
||||
useCredentials: true,
|
||||
manifest: {
|
||||
theme_color: "#eb5252",
|
||||
@ -34,16 +32,16 @@ export default defineConfig({
|
||||
scope: "/",
|
||||
icons: [
|
||||
{
|
||||
"src": "/images/pwa-icon-256.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
src: "/images/pwa-icon-256.png",
|
||||
sizes: "192x192",
|
||||
type: "image/png",
|
||||
purpose: "any maskable",
|
||||
},
|
||||
{
|
||||
"src": "/images/pwa-icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
src: "/images/pwa-icon-512.png",
|
||||
sizes: "512x512",
|
||||
type: "image/png",
|
||||
purpose: "any maskable",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user