Skip to content

Commit 0f32831

Browse files
committed
remove Plausible local dev setup
1 parent 6abf7e5 commit 0f32831

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

app/layout.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@ export default function RootLayout({children}: {children: React.ReactNode}) {
3232
return (
3333
<html lang="en" suppressHydrationWarning>
3434
<head>
35-
<PlausibleProvider
36-
enabled
37-
trackLocalhost
38-
domain="docs.sentry.io,rollup.sentry.io"
39-
/>
35+
<PlausibleProvider domain="docs.sentry.io,rollup.sentry.io" />
4036
</head>
4137
<body className={rubik.variable} suppressHydrationWarning>
4238
<ThemeProvider

0 commit comments

Comments
 (0)