Skip to content

Commit

Permalink
chore: add react scan
Browse files Browse the repository at this point in the history
Commented out, just need to uncomment to analyse
  • Loading branch information
finxol committed Jan 25, 2025
1 parent 668cbf8 commit d515be7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/web/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ export default function RootLayout({
suppressHydrationWarning
className={`${geistSans.variable} ${baskervville.variable}`}
>
<head>
{/* <script src="https://unpkg.com/react-scan/dist/auto.global.js" async /> */}
</head>
<CSPostHogProvider>
<body>
<ThemeProvider
Expand Down

0 comments on commit d515be7

Please sign in to comment.