Skip to content

Commit

Permalink
Step 3: Proxying analytics requests
Browse files Browse the repository at this point in the history
  • Loading branch information
colbyfayock committed Apr 12, 2024
1 parent 1be9b6f commit bad7186
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion next.config.mjs
@@ -1,4 +1,6 @@
import { withPlausibleProxy } from 'next-plausible';

/** @type {import('next').NextConfig} */
const nextConfig = {};

export default nextConfig;
export default withPlausibleProxy()(nextConfig);

0 comments on commit bad7186

Please sign in to comment.