Skip to content

Commit

Permalink
fix: webmanifest missing crossorigin attribute (#566)
Browse files Browse the repository at this point in the history
Signed-off-by: Carina Ursu <[email protected]>

Signed-off-by: Carina Ursu <[email protected]>
  • Loading branch information
ursucarina authored Aug 17, 2022
1 parent 9b10e5f commit a4bf213
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/zapp/console/src/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<link
rel="manifest"
href="<%= htmlWebpackPlugin.options.publicPath %>/manifest.webmanifest"
crossorigin="use-credentials"
/>
<!-- 16x16, 32x32 -->
<link
Expand Down

0 comments on commit a4bf213

Please sign in to comment.