Skip to content

Commit

Permalink
feat: add preconnect to google fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
matteopolak committed Dec 27, 2023
1 parent 1413c4e commit d1224a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<meta name="viewport" content="width=device-width" />
<meta name="color-scheme" content="light dark" />
<meta name="description" content="YouTube-like recipe explorer with semantic recommendations and powerful search." />
<meta name="theme-color" content="oklch(0.6569 0.196 275.75)" />

<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin />

<meta name="og:type" content="website" />
<meta name="og:title" content="Crave" />
Expand Down

0 comments on commit d1224a5

Please sign in to comment.