diff options
Diffstat (limited to 'next.config.js')
| -rw-r--r-- | next.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
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) |
