Skip to content

Commit

Permalink
add pre-connect
Browse files Browse the repository at this point in the history
  • Loading branch information
aacevski committed Dec 29, 2024
1 parent 3c23456 commit 60689e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const ogImage = new URL(
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Inter:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<link href="https://fonts.googleapis.com" rel="preconnect" />
<link href="https://fonts.gstatic.com" rel="preconnect" />

<meta property="og:type" content="website" />
<meta property="og:title" content={title} />
Expand Down

0 comments on commit 60689e1

Please sign in to comment.