1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 14:15:29 -04:00
This commit is contained in:
2022-09-07 12:43:44 -04:00
parent 471f18690c
commit 02ec08d0fd
4 changed files with 207 additions and 202 deletions

View File

@@ -33,6 +33,10 @@ module.exports = (phase) => {
legacyBrowsers: false,
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