next.js/test/integration/ondemand/next.config.js
next.config.js7 lines99 B
module.exports = {
  assetPrefix: 'foo',
  onDemandEntries: {
    maxInactiveAge: 1000 * 5,
  },
}
Quest for Codev2.0.0
/
SIGN IN