Update manifest link to support HTTP basic auth (#860)

This commit is contained in:
Jiayi Zhuang
2025-01-14 00:21:14 +08:00
committed by GitHub
parent bc42be1a56
commit 40fafde097

View File

@@ -22,7 +22,7 @@
manifest.json provides metadata used when your web app is installed on a manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
--> -->
<link rel="manifest" href="/site.webmanifest" /> <link rel="manifest" href="/site.webmanifest" crossorigin="use-credentials" />
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>