module.exports = { poweredByHeader: false, devIndicators: { autoPrerender: false, }, async redirects() { return [ { source: '/', destination: '/notes', permanent: true, }, ] }, }