From 4f43e8e42a17861855226757d3e825e3ff761018 Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Mon, 11 Dec 2023 11:54:24 -0500 Subject: Add Plausible --- next.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'next.config.js') diff --git a/next.config.js b/next.config.js index 767719f..7503bbe 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,5 @@ /** @type {import('next').NextConfig} */ const nextConfig = {} -module.exports = nextConfig +const { withPlausibleProxy } = require('next-plausible') +module.exports = withPlausibleProxy()(nextConfig) -- cgit v1.3