const { withPlausibleProxy } = require('next-plausible') module.exports = withPlausibleProxy()({ async rewrites () { return [ { source: '/faq', destination: '/items/349' } ] } })