From a1162b978aa1dc1003567485d02c2bc001dd79d4 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 06 Mar 2025 00:27:08 +0000
Subject: [PATCH] fix(analytics): spa tracking for other providers

---
 quartz/components/Head.tsx |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/quartz/components/Head.tsx b/quartz/components/Head.tsx
index a8e4974..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>

--
Gitblit v1.10.0