Skip to content

Commit

Permalink
Update manifest.json path in index.html to fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
codemile committed Jun 1, 2024
1 parent 8b0face commit e1dfe1e
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion old/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="manifest" href="%PUBLIC_URL%/src/app/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes
4 changes: 2 additions & 2 deletions public/manifest.json → src/app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"type": "image/x-icon"
},
{
"src": "logo192.png",
"src": "icon.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"src": "apple-icon.png",
"type": "image/png",
"sizes": "512x512"
}
Expand Down
File renamed without changes.

0 comments on commit e1dfe1e

Please sign in to comment.