From 154338057d836025f7d40b190e2d27207f2813dc Mon Sep 17 00:00:00 2001 From: Jonas Braathen Date: Tue, 19 May 2026 23:02:50 +0200 Subject: [PATCH] web: preconnect to typekit --- web/src/app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/app/layout.tsx b/web/src/app/layout.tsx index 8cc1d6b..445f832 100644 --- a/web/src/app/layout.tsx +++ b/web/src/app/layout.tsx @@ -34,6 +34,7 @@ export default function RootLayout({ return ( + {process.env.UMAMI_SCRIPT_URL && process.env.UMAMI_WEBSITE_ID && (