next.js/test/integration/config/next.config.js
next.config.js11 lines198 B
module.exports = {
  onDemandEntries: {
    // Make sure entries are not getting disposed.
    maxInactiveAge: 1000 * 60 * 60,
  },
  poweredByHeader: false,
  env: {
    customVar: 'hello',
  },
}
Quest for Codev2.0.0
/
SIGN IN