Skip to content

Commit

Permalink
Update seo.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Apr 23, 2019
1 parent 48d0455 commit 57d8b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/seo.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const SEO = ({ title, description }) => (
]

return (
<Helmet htmlAttributes={{ lang }} title={pageTitle} meta={meta}>
<Helmet defer={false} htmlAttributes={{ lang }} title={pageTitle} meta={meta}>
{siteMetadata.fonts && (
<link
href={`https://fonts.googleapis.com/css?family=${siteMetadata.fonts}`}
Expand Down

0 comments on commit 57d8b1a

Please sign in to comment.