Skip to content

Commit f56eb52

Browse files
chore: include all assets in pwa
1 parent edd2b69 commit f56eb52

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

vite.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ export default defineConfig({
5858
globPatterns: ["**/*.{js,css,html,json,svg,png,woff2}"],
5959
},
6060
manifest: false, // Manifest is already in public/manifest.json
61+
includeManifestIcons: true,
62+
includeAssets: "*"
6163
}),
6264

6365
// Minify the index.html

0 commit comments

Comments
 (0)