mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-24 11:46:19 +01:00
web: use credentials for manifest.json
This commit is contained in:
parent
4e5073f087
commit
29fa2ba4d0
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="%sveltekit.assets%/icons/apple-touch-icon.png">
|
||||
|
||||
<link rel="manifest" href="%sveltekit.assets%/manifest.json">
|
||||
<link crossorigin="use-credentials" rel="manifest" href="%sveltekit.assets%/manifest.json">
|
||||
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue