mirror of
https://github.com/gethomepage/homepage.git
synced 2026-04-15 14:41:22 -07:00
Fix: dont set pinned icon if custom favicon (#2326)
This commit is contained in:
@@ -10,7 +10,6 @@ export default function Document() {
|
||||
/>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<link rel="manifest" href="/site.webmanifest?v=4" crossOrigin="use-credentials" />
|
||||
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=4" color="#1e9cd7" />
|
||||
</Head>
|
||||
<body>
|
||||
<Main />
|
||||
|
||||
Reference in New Issue
Block a user