next.js/test/development/pages-dir/client-navigation/fixture/next.config.js
next.config.js11 lines287 B
/** @type {import('next').NextConfig} */
module.exports = {
  onDemandEntries: {
    // Make sure entries are not getting disposed.
    maxInactiveAge: 1000 * 60 * 60,
  },
  // scroll position can be finicky with the
  // indicators showing so hide by default
  devIndicators: false,
}
Quest for Codev2.0.0
/
SIGN IN