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