Skip to content

Commit

Permalink
Drop favicon.ico reference
Browse files Browse the repository at this point in the history
I think this was a hold-over from the starter template; the favicons are
being set in the meta.js component module
  • Loading branch information
jonathansick committed Apr 30, 2021
1 parent 51d40fc commit 1d72603
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export default function Home({ publicRuntimeConfig }) {
<>
<Head>
<title>{publicRuntimeConfig.siteName}</title>
<link rel="icon" href="/favicon.ico" />
</Head>

<Hero />
Expand Down

0 comments on commit 1d72603

Please sign in to comment.