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
1 changed files with 0 additions and 2 deletions

View File

@ -22,9 +22,7 @@ export default function Typekit() {
return (
<Helmet>
<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>