Skip to content

Commit

Permalink
update: first pwa
Browse files Browse the repository at this point in the history
  • Loading branch information
Rooyca committed Mar 17, 2024
1 parent 6bebf1e commit 40aab96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="manifest" href="manifest.json">
<link rel="apple-touch-icon" href="favicon.svg">
</head>
<body>
<figure class="movie">
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"icons": [
{
"src": "favicon.svg",
"sizes": "800x800"
"sizes": "192x192"
}
]
}

0 comments on commit 40aab96

Please sign in to comment.