mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 09:13:19 +01:00
prefetch typekit
This commit is contained in:
parent
b86da120d1
commit
2dff829335
@ -13,6 +13,9 @@ const Head = ({ meta }) => {
|
||||
titleTemplate={`%s // ${title.toLowerCase()} { ${tagline.toLowerCase()} }`}
|
||||
>
|
||||
<meta name="apple-mobile-web-app-title" content={title.toLowerCase()} />
|
||||
|
||||
<link rel="dns-prefetch" href="https://use.typekit.net/" />
|
||||
<link rel="dns-prefetch" href="https://p.typekit.net/" />
|
||||
</Helmet>
|
||||
<SEO meta={meta} />
|
||||
</Fragment>
|
||||
|
Loading…
Reference in New Issue
Block a user