next.js/test/e2e/disable-js-preload/next.config.js
next.config.js7 lines134 B
module.exports = {
  onDemandEntries: {
    // Make sure entries are not getting disposed.
    maxInactiveAge: 1000 * 60 * 60,
  },
}
Quest for Codev2.0.0
/
SIGN IN