aboutsummaryrefslogtreecommitdiffstats
path: root/next.config.js
blob: 7503bbeee1cbbebda6962c678d1787343966206c (plain)
1
2
3
4
5
/** @type {import('next').NextConfig} */
const nextConfig = {}

const { withPlausibleProxy } = require('next-plausible')
module.exports = withPlausibleProxy()(nextConfig)