next.js/test/integration/export-404/next.config.js
next.config.js7 lines95 B
module.exports = (phase) => {
  return {
    output: 'export',
    trailingSlash: false,
  }
}
Quest for Codev2.0.0
/
SIGN IN