next.js/test/integration/dist-dir/next.config.js
next.config.js8 lines153 B
module.exports = {
  onDemandEntries: {
    // Make sure entries are not getting disposed.
    maxInactiveAge: 1000 * 60 * 60,
  },
  distDir: 'dist',
}
Quest for Codev2.0.0
/
SIGN IN