Fix: remove deprecated meta tag (#4191)

This commit is contained in:
Niklas Schäffer 2024-10-25 11:07:35 +02:00 committed by shamoon
parent c347677402
commit 7cbba1ff90

View File

@ -8,7 +8,7 @@ export default function Document() {
name="description" name="description"
content="A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations." content="A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations."
/> />
<meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="mobile-web-app-capable" content="yes" />
<link rel="manifest" href="/site.webmanifest?v=4" crossOrigin="use-credentials" /> <link rel="manifest" href="/site.webmanifest?v=4" crossOrigin="use-credentials" />
</Head> </Head>
<body> <body>