Skip to content

Commit e90176c

Browse files
committed
use proxy
1 parent f3e61b6 commit e90176c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

next.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import type { NextConfig } from "next";
2+
import { withPlausibleProxy } from "next-plausible";
23

3-
const nextConfig: NextConfig = {
4+
const nextConfig: NextConfig = withPlausibleProxy()({
45
/* config options here */
5-
};
6+
});
67

78
export default nextConfig;

0 commit comments

Comments
 (0)