module.exports = { async redirects() { return [ { source: '/', destination: '/dashboard', permanent: true, }, ]; }, api: { responseLimit: false, }, poweredByHeader: false, reactStrictMode: true, };