Add Plausible

This commit is contained in:
Sebastien Castiel
2023-12-11 11:54:24 -05:00
parent 9f7ea9ca50
commit 4f43e8e42a
6 changed files with 23 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}
module.exports = nextConfig
const { withPlausibleProxy } = require('next-plausible')
module.exports = withPlausibleProxy()(nextConfig)