mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-11 05:06:39 +00:00
disable rybbit in saas
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user