We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437bcf2 commit c0740b2Copy full SHA for c0740b2
public/icon.svg
vite.config.ts
@@ -2,5 +2,13 @@ import { defineConfig } from "vite";
2
import { VitePWA } from "vite-plugin-pwa";
3
4
export default defineConfig({
5
- plugins: [VitePWA({ registerType: "autoUpdate" })],
+ plugins: [
6
+ VitePWA({
7
+ registerType: "autoUpdate",
8
+ manifest: {
9
+ theme_color: "#000",
10
+ background_color: "#000",
11
+ },
12
+ }),
13
+ ],
14
});
0 commit comments