Skip to content

Commit

Permalink
trying to increase lighthouse performance score
Browse files Browse the repository at this point in the history
  • Loading branch information
craigerskine committed Jan 8, 2024
1 parent 69a05e5 commit abf8ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _site/_includes/layouts/default.njk
Expand Up @@ -16,7 +16,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, interactive-widget=overlays-content" />
<link rel="icon" type="image/x-icon" href="{{ '/' | url }}favicon.ico" />
<link href="https://fonts.gstatic.com" rel="preconnect" />
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@100..800&display=swap" rel="stylesheet" />
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@100..800&display=swap" />

<meta property="og:title" content="{{ pagetitle }}" />
<meta property="og:description" content="{{ _site.meta.description }}" />
Expand Down

0 comments on commit abf8ad8

Please sign in to comment.