mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: Icon size in manifest (#7073)
This commit is contained in:
parent
84fd13e872
commit
6a821f3b76
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
{
|
||||
"src": "apple-touch-icon.png",
|
||||
"type": "image/png",
|
||||
"sizes": "256x256"
|
||||
"sizes": "180x180"
|
||||
}
|
||||
],
|
||||
"start_url": "/",
|
||||
|
|
|
@ -111,7 +111,7 @@ export default defineConfig({
|
|||
{
|
||||
src: "apple-touch-icon.png",
|
||||
type: "image/png",
|
||||
sizes: "256x256",
|
||||
sizes: "180x180",
|
||||
},
|
||||
],
|
||||
start_url: "/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue