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 db39605 commit e88b278Copy full SHA for e88b278
next.config.ts
@@ -1,5 +1,6 @@
1
import bundleAnalyzer from '@next/bundle-analyzer';
2
import { withSentryConfig } from '@sentry/nextjs';
3
+import { withPlausible } from 'next-plausible';
4
import nextra from 'nextra';
5
6
const withNextra = nextra({
@@ -76,7 +77,7 @@ const nextConfig = withBundleAnalyzer(
76
77
})
78
)
79
-export default withSentryConfig(nextConfig, {
80
+export default withSentryConfig(withPlausible(nextConfig), {
81
// For all available options, see:
82
// https://github.com/getsentry/sentry-webpack-plugin#options
83
0 commit comments