mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-10 15:28:47 +00:00
Fix: remove deprecated meta tag (#4191)
This commit is contained in:
parent
c347677402
commit
7cbba1ff90
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ export default function Document() {
|
|||
name="description"
|
||||
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" />
|
||||
</Head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue