mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-02-14 21:10:41 +01:00
preconnect to Typekit resources
This commit is contained in:
parent
0293b8cfb1
commit
896d97bafd
@ -34,8 +34,8 @@ const Typekit = () => (
|
||||
return (
|
||||
typekitID && (
|
||||
<Helmet>
|
||||
<link rel="dns-prefetch" href="https://use.typekit.net" />
|
||||
<link rel="dns-prefetch" href="https://typekit.com" />
|
||||
<link rel="preconnect" href="https://use.typekit.net" />
|
||||
<link rel="preconnect" href="https://typekit.com" />
|
||||
|
||||
{TypekitScript(typekitID)}
|
||||
</Helmet>
|
||||
|
Loading…
x
Reference in New Issue
Block a user