From 09f8670db7424e6b366ec8779df941969fbd58e8 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 08 Jan 2025 01:32:02 +0000
Subject: [PATCH] chore(deps): bump the production-dependencies group with 4 updates (#1711)
---
quartz/components/Head.tsx | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/quartz/components/Head.tsx b/quartz/components/Head.tsx
index f4c9d49..3a4db10 100644
--- a/quartz/components/Head.tsx
+++ b/quartz/components/Head.tsx
@@ -165,6 +165,7 @@
<link rel="stylesheet" href={googleFontHref(cfg.theme)} />
</>
)}
+ <link rel="preconnect" href="https://cdnjs.cloudflare.com" crossOrigin={"anonymous"} />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
{/* OG/Twitter meta tags */}
<meta name="og:site_name" content={cfg.pageTitle}></meta>
@@ -181,8 +182,6 @@
<>
<meta property="og:image:width" content={fullOptions.width.toString()} />
<meta property="og:image:height" content={fullOptions.height.toString()} />
- <meta property="og:width" content={fullOptions.width.toString()} />
- <meta property="og:height" content={fullOptions.height.toString()} />
</>
)}
<meta property="og:image:url" content={ogImagePath} />
--
Gitblit v1.10.0