react-code-dataset
/
next.js
/test
/development
/pages-dir
/client-navigation
/fixture
/next.config.js
| /** @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, | |
| } | |