next.js/test/integration/export-getInitialProps-warn/next.config.js
next.config.js12 lines194 B
module.exports = {
  output: 'export',
  exportPathMap: async function (
    defaultPathMap,
    { dev, dir, outDir, distDir, buildId }
  ) {
    return {
      '/': { page: '/' },
    }
  },
}
Quest for Codev2.0.0
/
SIGN IN