Skip to content

Commit c0740b2

Browse files
committed
theme and icon tweaks
1 parent 437bcf2 commit c0740b2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

public/icon.svg

Lines changed: 1 addition & 1 deletion
Loading

vite.config.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,13 @@ import { defineConfig } from "vite";
22
import { VitePWA } from "vite-plugin-pwa";
33

44
export default defineConfig({
5-
plugins: [VitePWA({ registerType: "autoUpdate" })],
5+
plugins: [
6+
VitePWA({
7+
registerType: "autoUpdate",
8+
manifest: {
9+
theme_color: "#000",
10+
background_color: "#000",
11+
},
12+
}),
13+
],
614
});

0 commit comments

Comments
 (0)