1
0
镜像自地址 https://github.com/karl0ss/homepage.git 已同步 2025-05-08 16:23:40 +01:00

Add crossorigin="use-credentials" to manifest link tag.

这个提交包含在:
Spideramn 2023-08-31 11:58:51 +02:00
父节点 f0a4ab645c
当前提交 76013b32b3

@ -9,7 +9,7 @@ export default function Document() {
content="A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations."
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="manifest" href="/site.webmanifest?v=4" />
<link rel="manifest" href="/site.webmanifest?v=4" crossorigin="use-credentials" />
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=4" color="#1e9cd7" />
</Head>
<body>