Skip to content

Commit

Permalink
feat: update pwa icon
Browse files Browse the repository at this point in the history
  • Loading branch information
LHRUN committed Nov 2, 2024
1 parent 769b0ab commit 2db3f25
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
Binary file modified public/pwa-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/pwa-32.png
Binary file not shown.
Binary file modified public/pwa-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 2 additions & 7 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,9 @@ export default defineConfig({
short_name: 'paint-board',
start_url: '/paint-board/',
display: 'standalone',
background_color: '#ffffff',
theme_color: '#ffffff',
background_color: '#eef1ff',
theme_color: '#eef1ff',
icons: [
{
src: '/paint-board/pwa-32.png',
sizes: '32x32',
type: 'image/png'
},
{
src: '/paint-board/pwa-192.png',
sizes: '192x192',
Expand Down

0 comments on commit 2db3f25

Please # to comment.