1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-01-24 16:41:46 +01:00

preconnect tweaks

This commit is contained in:
Matthias Kretschmann 2021-03-14 00:02:57 +01:00
parent 022431fb6c
commit 75597b8c67
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -22,9 +22,7 @@ export default function Typekit() {
return ( return (
<Helmet> <Helmet>
<link rel="preconnect" href="https://typekit.com" />
<link rel="preconnect" href="https://use.typekit.net" /> <link rel="preconnect" href="https://use.typekit.net" />
<link rel="preconnect" href="https://p.typekit.net" />
{TypekitScript(typekitID)} {TypekitScript(typekitID)}
</Helmet> </Helmet>