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:
parent
f2cb601473
commit
d026081d15
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user