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