disable rybbit in saas

This commit is contained in:
miloschwartz
2026-02-19 17:54:40 -08:00
parent 756f3f32ca
commit eedf57af89

View File

@@ -82,13 +82,13 @@ export default async function RootLayout({
<body className={`${font.className} h-screen-safe overflow-hidden`}> <body className={`${font.className} h-screen-safe overflow-hidden`}>
<StoreInternalRedirect /> <StoreInternalRedirect />
<TopLoader /> <TopLoader />
{build === "saas" && ( {/* build === "saas" && (
<Script <Script
src="https://rybbit.fossorial.io/api/script.js" src="https://rybbit.fossorial.io/api/script.js"
data-site-id="fe1ff2a33287" data-site-id="fe1ff2a33287"
strategy="afterInteractive" strategy="afterInteractive"
/> />
)} )*/}
<ViewportHeightFix /> <ViewportHeightFix />
<NextIntlClientProvider> <NextIntlClientProvider>
<ThemeProvider <ThemeProvider