Skip to content

Commit

Permalink
chore: Add external script for analytics tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
akazwz committed Jun 26, 2024
1 parent 34487b7 commit a401dc5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { ThemeProvider } from '@/components/ThemeProvider';
import type { Metadata, Viewport } from 'next';
import { Inter } from 'next/font/google';
import Script from 'next/script';

import { defaultLocales, locales, type Locale } from '@/i18n';
import { cn } from '@/lib/utils';
Expand Down Expand Up @@ -57,6 +58,11 @@ export default function RootLayout({ children, params }: RootLayoutProps) {
</div>
<TailwindIndicator />
</ThemeProvider>
<Script
async
src="https://u.pexni.com/script.js"
data-website-id="bfd73582-ebd7-4995-9e3d-9b05f941edbb"
/>
</body>
</html>
);
Expand Down

0 comments on commit a401dc5

Please sign in to comment.