fix manifest.json 401 error when behind basic auth proxy

This commit is contained in:
Jakub Blažej 2021-12-24 12:32:22 +01:00
parent c165f6cad9
commit 4f8826cf5c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
<link rel="icon" type="image/svg+xml" href="./icon.svg" />
<link rel="manifest" href="./manifest.json" />
<link rel="manifest" href="./manifest.json" crossorigin="use-credentials" />
<meta name="theme-color" id="theme-color" content="" />
<meta name="description" content="Uptime Kuma monitoring tool" />
<title>Uptime Kuma</title>