Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Feb 5, 2023
1 parent 1399f7a commit b019d8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<link rel="icon" href="/favicon.png" />
<link rel="manifest" href="/manifest.json" />
<link rel="apple-touch-icon" href="static/apple-icon-180.png" />
<link rel="apple-touch-icon" href="/apple-icon-180.png" />

<link rel="stylesheet" href="/font/font.css" />
<link rel="stylesheet" href="/bootstrap-icons/bootstrap-icons.css" />
Expand Down
8 changes: 4 additions & 4 deletions static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
"scope": "/",
"icons": [
{
"src": "static/manifest-icon-192.maskable.png",
"src": "/manifest-icon-192.maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "static/manifest-icon-192.maskable.png",
"src": "/manifest-icon-192.maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "static/manifest-icon-512.maskable.png",
"src": "/manifest-icon-512.maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "static/manifest-icon-512.maskable.png",
"src": "/manifest-icon-512.maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
Expand Down

0 comments on commit b019d8a

Please sign in to comment.