Skip to content

Commit

Permalink
fix: manifest credentials bug in chrome (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Apr 3, 2019
1 parent bfe41b4 commit a0032e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" crossorigin="use-credentials"/>
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />

<%= htmlWebpackPlugin.options.vendorScripts %>
Expand Down

0 comments on commit a0032e0

Please sign in to comment.