next.js/test/integration/export-intent/fixtures/custom-export/next.config.js
next.config.js7 lines100 B
module.exports = {
  output: 'export',
  exportPathMap() {
    return { '/': { page: '/' } }
  },
}
Quest for Codev2.0.0
/
SIGN IN