stacker.news/next.config.js
2021-07-15 15:49:13 -05:00

6 lines
137 B
JavaScript

const { withPlausibleProxy } = require('next-plausible')
module.exports = withPlausibleProxy()({
// ...your next js config, if any
})