mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
feat: add react-scan
This commit is contained in:
@@ -28,6 +28,11 @@ export default function RootLayout({
|
|||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<head>
|
<head>
|
||||||
<BotIdClient protect={protectedRoutes} />
|
<BotIdClient protect={protectedRoutes} />
|
||||||
|
<Script
|
||||||
|
src="//unpkg.com/react-scan/dist/auto.global.js"
|
||||||
|
crossOrigin="anonymous"
|
||||||
|
strategy="beforeInteractive"
|
||||||
|
/>
|
||||||
</head>
|
</head>
|
||||||
<body className={`${siteFont.className} font-sans antialiased`}>
|
<body className={`${siteFont.className} font-sans antialiased`}>
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
|
|||||||
Reference in New Issue
Block a user