mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 16:53:36 -05:00
Fixed manifest for mono icon
This commit is contained in:
parent
c56ef7d416
commit
92964d74b1
1 changed files with 2 additions and 2 deletions
|
@ -71,8 +71,8 @@ export default defineConfig({
|
|||
},
|
||||
{
|
||||
"src": `/assets/icons/monochrome.svg`,
|
||||
"type": "image/svg",
|
||||
"sizes": "48x48",
|
||||
"type": "image/svg+xml",
|
||||
"sizes": "48x48 72x72 96x96 128x128 256x256",
|
||||
"purpose": "monochrome"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue