Skip to content

Commit

Permalink
feat(DEV-13): load manifest.json from index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hhimanshu committed Jun 21, 2021
1 parent 092555e commit df76d90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="manifest" href="/manifest.json" />
<title>React PWA Starter</title>
</head>
<body>
Expand Down

0 comments on commit df76d90

Please sign in to comment.