Skip to content

Commit e88b278

Browse files
committed
feat: add plausible proxy
1 parent db39605 commit e88b278

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

next.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import bundleAnalyzer from '@next/bundle-analyzer';
22
import { withSentryConfig } from '@sentry/nextjs';
3+
import { withPlausible } from 'next-plausible';
34
import nextra from 'nextra';
45

56
const withNextra = nextra({
@@ -76,7 +77,7 @@ const nextConfig = withBundleAnalyzer(
7677
})
7778
)
7879

79-
export default withSentryConfig(nextConfig, {
80+
export default withSentryConfig(withPlausible(nextConfig), {
8081
// For all available options, see:
8182
// https://github.com/getsentry/sentry-webpack-plugin#options
8283

0 commit comments

Comments
 (0)