Skip to content

Commit f2a8c40

Browse files
committed
I should follow my own readme
1 parent 7333ecd commit f2a8c40

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

next/app/layout.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ export default function RootLayout({
2424
href="/sitemap_index.xml"
2525
/>
2626
<GoogleTagManager gtmId="GTM-TBZCV32" />
27-
<Script src="https://vantage-api.com/i.js" strategy="afterInteractive" />
27+
<Script
28+
src="https://vantage-api.com/i.js"
29+
strategy="afterInteractive"
30+
/>
2831
</head>
2932
<body className={inter.className}>
3033
<TopNav />

0 commit comments

Comments
 (0)