Skip to content

Commit

Permalink
Revert "chore: remove small icons to reduce vercel costs"
Browse files Browse the repository at this point in the history
This reverts commit 794d9ca.
  • Loading branch information
nolanlawson committed May 4, 2024
1 parent 794d9ca commit 5889b40
Show file tree
Hide file tree
Showing 13 changed files with 60 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "2.6.0",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || ^16.0.0 || ^18.0.0 || ^20.0.0"
"node": "^12.20.0 || ^14.13.1 || ^16.0.0 || ^18.0.0"
},
"scripts": {
"lint": "standard && standard --plugin html 'src/routes/**/*.html'",
Expand Down
59 changes: 59 additions & 0 deletions src/build/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,26 @@
}
},
"icons": [
{
"src": "icon-48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "icon-72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "icon-96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "icon-144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "icon-192.png",
"sizes": "192x192",
Expand All @@ -40,6 +60,45 @@
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icon-44.png",
"sizes": "44x44",
"type": "image/png"
},
{
"src": "icon-50.png",
"sizes": "50x50",
"type": "image/png"
},
{
"src": "icon-150.png",
"sizes": "150x150",
"type": "image/png"
},
{
"src": "icon-48-maskable.png",
"sizes": "48x48",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icon-72-maskable.png",
"sizes": "72x72",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icon-96-maskable.png",
"sizes": "96x96",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icon-144-maskable.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icon-192-maskable.png",
"sizes": "192x192",
Expand Down
Binary file added static/icon-144-maskable.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 added static/icon-144.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 added static/icon-150.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 added static/icon-44.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 added static/icon-48-maskable.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 added static/icon-48.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 added static/icon-50.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 added static/icon-72-maskable.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 added static/icon-72.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 added static/icon-96-maskable.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 added static/icon-96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5889b40

Please sign in to comment.