Skip to content

Commit a401dc5

Browse files
committed
chore: Add external script for analytics tracking
1 parent 34487b7 commit a401dc5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/layout.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { ThemeProvider } from '@/components/ThemeProvider';
22
import type { Metadata, Viewport } from 'next';
33
import { Inter } from 'next/font/google';
4+
import Script from 'next/script';
45

56
import { defaultLocales, locales, type Locale } from '@/i18n';
67
import { cn } from '@/lib/utils';
@@ -57,6 +58,11 @@ export default function RootLayout({ children, params }: RootLayoutProps) {
5758
</div>
5859
<TailwindIndicator />
5960
</ThemeProvider>
61+
<Script
62+
async
63+
src="https://u.pexni.com/script.js"
64+
data-website-id="bfd73582-ebd7-4995-9e3d-9b05f941edbb"
65+
/>
6066
</body>
6167
</html>
6268
);

0 commit comments

Comments
 (0)