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