diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2023-12-11 11:54:24 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2023-12-11 11:54:24 -0500 |
| commit | 4f43e8e42a17861855226757d3e825e3ff761018 (patch) | |
| tree | 75b3a9046f8d4cbc4bda0d567df58066c8758ea2 /next.config.js | |
| parent | 9f7ea9ca5066322db3e1697cc1d7102fe574aebb (diff) | |
Add Plausible
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) |
