1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +01:00

prefetch typekit

This commit is contained in:
Matthias Kretschmann 2018-05-23 21:29:32 +02:00
parent b86da120d1
commit 2dff829335
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -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>