We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61545df + 49700fc commit 5808125Copy full SHA for 5808125
frontend/index.html
@@ -16,7 +16,7 @@
16
manifest.json provides metadata used when your web app is installed on a
17
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
18
-->
19
- <link rel="manifest" href="/manifest.json" />
+ <link rel="manifest" href="/manifest.json" crossorigin="use-credentials" />
20
<!--
21
Unlike "/favicon.ico" or "favicon.ico", "/favicon.ico" will
22
work correctly both with client-side routing and a non-root public URL.
0 commit comments