Favicon should have low importance (#8878)

* Favicon should have low importance

* Update index.js
This commit is contained in:
Joe Haddad 2019-09-27 11:05:31 -04:00 committed by GitHub
parent 9152a2a00d
commit e8522f4032
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ const Home = () => (
<div>
<Head>
<title>Home</title>
<link rel='icon' href='/static/favicon.ico' />
<link rel='icon' href='/static/favicon.ico' importance='low' />
</Head>
<Nav />