icon minification

This commit is contained in:
2023-07-06 16:19:49 +02:00
parent f1e15863ea
commit b6166c99fc
12 changed files with 287 additions and 51 deletions

View File

@@ -14,6 +14,9 @@ export default defineConfig({
scope: "/",
base: "/",
includeAssets: ["favicon.png"],
workbox: {
globPatterns: ["**/*.{js,css,html,woff2,json,csv,png,svg}"],
},
manifest: {
name: "dot i/o",
id: "dot_io_v2",