Skip to content

Commit

Permalink
Fixed bug with Links using vercel/next.js#5598 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswang030 committed Jun 6, 2021
2 parents 60fcd35 + be0d7a7 commit 5009647
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next.config.js
Expand Up @@ -34,4 +34,9 @@ module.exports = withImages({

return config;
},

onDemandEntries: {
maxInactiveAge: 25 * 1000,
pagesBufferLength: 5,
},
})

0 comments on commit 5009647

Please sign in to comment.