mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-18 04:35:10 +00:00
Add manifest crossorigin="use-credentials" (#199)
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
%sapper.base%
|
%sapper.base%
|
||||||
|
|
||||||
<link rel='stylesheet' href='global.css'>
|
<link rel='stylesheet' href='global.css'>
|
||||||
<link rel='manifest' href='manifest.json'>
|
<link rel='manifest' href='manifest.json' crossorigin='use-credentials'>
|
||||||
<link rel='icon' type='image/png' href='favicon.png'>
|
<link rel='icon' type='image/png' href='favicon.png'>
|
||||||
|
|
||||||
<!-- Sapper generates a <style> tag containing critical CSS
|
<!-- Sapper generates a <style> tag containing critical CSS
|
||||||
|
|||||||
Reference in New Issue
Block a user