Skip to content

Commit

Permalink
Merge pull request #5 from zvandermeer/main
Browse files Browse the repository at this point in the history
Update PWA icons
  • Loading branch information
zvandermeer authored Jan 2, 2025
2 parents fb4959f + 032d59a commit e9d102d
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineConfig({
"/fonts/Montserrat-VariableFont_wght.ttf",
"icons/favicon.ico",
"icons/apple-touch-icon.png",
"iosPWASplash.js",
"splash_screens/*.png",
],
registerType: "autoUpdate",
manifest: {
Expand All @@ -37,18 +37,6 @@ export default defineConfig({
type: "image/png",
purpose: "any",
},
{
src: "/icons/pwa-maskable-192x192.png",
sizes: "192x192",
type: "image/png",
purpose: "maskable",
},
{
src: "/icons/pwa-maskable-512x512.png",
sizes: "512x512",
type: "image/png",
purpose: "maskable",
},
],
},
}),
Expand Down

0 comments on commit e9d102d

Please sign in to comment.