File size: 207 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 |
module.exports = {
onDemandEntries: {
// Make sure entries are not getting disposed.
maxInactiveAge: 1000 * 60 * 60,
},
amp: {
canonicalBase: 'http://localhost:1234',
},
// edit here
}
|