From 0f74bd9a0bf7fb8c00fb5555cff073ffd9f4b691 Mon Sep 17 00:00:00 2001 From: Moamal-2000 Date: Sat, 25 Jul 2026 05:00:30 +0300 Subject: [PATCH] perf(head): add preconnect and dns-prefetch for GitHub API --- app/layout.tsx | 4 ++ package-lock.json | 132 ---------------------------------------------- 2 files changed, 4 insertions(+), 132 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 7e17d93..5566487 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -73,6 +73,10 @@ export default function RootLayout({ children }: { children: React.ReactNode }) lang="en" className={`${display.variable} ${sans.variable} ${mono.variable} ${dinCond.variable} ${dinBold.variable} ${dinMedium.variable} antialiased`} > + + + + {children}