We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60cb0ec commit a149c27Copy full SHA for a149c27
app/layout.tsx
@@ -16,6 +16,23 @@ export default function RootLayout({
16
}>) {
17
return (
18
<html lang="en">
19
+ <head>
20
+ {/* DNS Prefetch & Preconnect for Analytics */}
21
+ <link rel="dns-prefetch" href="https://www.googletagmanager.com" />
22
+ <link rel="dns-prefetch" href="https://www.google-analytics.com" />
23
+ <link rel="dns-prefetch" href="https://mc.yandex.ru" />
24
+ <link
25
+ rel="preconnect"
26
+ href="https://www.googletagmanager.com"
27
+ crossOrigin="anonymous"
28
+ />
29
30
31
+ href="https://mc.yandex.ru"
32
33
34
+ </head>
35
+
36
<body
37
className={jost.className}
38
style={{ fontFamily: "Jost, sans-serif" }}
0 commit comments