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 7333ecd commit f2a8c40Copy full SHA for f2a8c40
next/app/layout.tsx
@@ -24,7 +24,10 @@ export default function RootLayout({
24
href="/sitemap_index.xml"
25
/>
26
<GoogleTagManager gtmId="GTM-TBZCV32" />
27
- <Script src="https://vantage-api.com/i.js" strategy="afterInteractive" />
+ <Script
28
+ src="https://vantage-api.com/i.js"
29
+ strategy="afterInteractive"
30
+ />
31
</head>
32
<body className={inter.className}>
33
<TopNav />
0 commit comments