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 f3e61b6 commit e90176cCopy full SHA for e90176c
next.config.ts
@@ -1,7 +1,8 @@
1
import type { NextConfig } from "next";
2
+import { withPlausibleProxy } from "next-plausible";
3
-const nextConfig: NextConfig = {
4
+const nextConfig: NextConfig = withPlausibleProxy()({
5
/* config options here */
-};
6
+});
7
8
export default nextConfig;
0 commit comments