next.js/test/integration/export-fallback-true-error/next.config.js
next.config.js9 lines122 B
module.exports = {
  output: 'export',
  exportPathMap() {
    return {
      '/first': { page: '/[slug]' },
    }
  },
}
Quest for Codev2.0.0
/
SIGN IN