We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4be09 commit 7ce2d5eCopy full SHA for 7ce2d5e
apps/docs/app/layout.tsx
@@ -94,11 +94,11 @@ export default function Layout({ children }: { children: ReactNode }) {
94
<Databuddy
95
clientId="OXmNQsViBT-FOS_wZCTHc"
96
disabled={process.env.NODE_ENV === "development"}
97
- scriptUrl="https://databuddy.b-cdn.net/databuddy.js"
+ // scriptUrl="https://databuddy.b-cdn.net/databuddy.js"
98
trackAttributes
99
trackErrors
100
trackOutgoingLinks
101
- trackWebVitals
+ trackWebVitals
102
/>
103
<body>
104
<ThemeProvider attribute="class" defaultTheme="system" enableSystem>
0 commit comments