|
@@ -9,7 +9,7 @@
|
|
|
manifest.json provides metadata used when your web app is added to the
|
|
manifest.json provides metadata used when your web app is added to the
|
|
|
homescreen on Android. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
|
homescreen on Android. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
|
|
-->
|
|
-->
|
|
|
- <link rel="manifest" href="./manifest.json">
|
|
|
|
|
|
|
+ <link rel="manifest" href="%PUBLIC_URL%/manifest.json">
|
|
|
<!--
|
|
<!--
|
|
|
Notice the use of %PUBLIC_URL% in the tags above.
|
|
Notice the use of %PUBLIC_URL% in the tags above.
|
|
|
It will be replaced with the URL of the `public` folder during the build.
|
|
It will be replaced with the URL of the `public` folder during the build.
|