Skip to content

Commit

Permalink
Fix: remove deprecated meta tag (gethomepage#4191)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasschaeffer authored and shamoon committed Oct 25, 2024
1 parent c347677 commit 7cbba1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_document.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7cbba1f

Please sign in to comment.