1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 14:25:31 -04:00

bump next

This commit is contained in:
2022-09-08 07:21:23 -04:00
parent 060ee2bfee
commit 9ea970482d
3 changed files with 152 additions and 155 deletions

View File

@@ -34,9 +34,6 @@ module.exports = (phase) => {
browsersListForSwc: true,
newNextLinkBehavior: true, // https://github.com/vercel/next.js/pull/36436
optimisticClientCache: false, // https://github.com/vercel/next.js/discussions/40268#discussioncomment-3572642
images: {
allowFutureImage: true,
},
},
webpack: (config) => {
// this lets us statically import webfonts like we would images, allowing cool things like preloading them