Skip to content

Commit

Permalink
PWA manifest changed
Browse files Browse the repository at this point in the history
  • Loading branch information
PatoGordo committed Aug 23, 2021
1 parent 507f6d7 commit 86416fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export default defineConfig({
VitePWA({
registerType: "autoUpdate",
manifest: {
theme_color: "#2AECA5",
background_color: "#C4EBD7",
theme_color: "#2D333B",
background_color: "#F3F3F3",
display: "standalone",
scope: "/",
start_url: "/",
Expand Down

0 comments on commit 86416fc

Please sign in to comment.