rsnext/test/integration/basepath/next.config.js

10 lines
180 B
JavaScript
Raw Normal View History

module.exports = {
onDemandEntries: {
// Make sure entries are not getting disposed.
maxInactiveAge: 1000 * 60 * 60,
},
experimental: {
basePath: '/docs',
},
}