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

typekit DNS prefetching

This commit is contained in:
Matthias Kretschmann 2019-03-29 23:51:07 +01:00
parent f2cb601473
commit d026081d15
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -34,7 +34,8 @@ const Typekit = () => (
return (
typekitID && (
<Helmet>
<link rel="dns-prefetch" href="https://p.typekit.net/" />
<link rel="dns-prefetch" href="https://use.typekit.net" />
<link rel="dns-prefetch" href="https://typekit.com" />
{TypekitScript(typekitID)}
</Helmet>