Skip to content

Commit

Permalink
Merge pull request umami-software#734 from meirroth/dev
Browse files Browse the repository at this point in the history
Remove fonts.gstatic.com preconnect artifact
  • Loading branch information
mikecao authored Jul 21, 2021
2 parents ecc265c + e6bfe8e commit e16553a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export default function App({ Component, pageProps }) {
<link rel="icon" type="image/png" sizes="16x16" href={`${basePath}/favicon-16x16.png`} />
<link rel="manifest" href={`${basePath}/site.webmanifest`} />
<link rel="mask-icon" href={`${basePath}/safari-pinned-tab.svg`} color="#5bbad5" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down

0 comments on commit e16553a

Please sign in to comment.