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

test new next/link behavior

This commit is contained in:
2022-05-17 18:31:58 -04:00
parent a2f4112e06
commit d1f0030d3c
8 changed files with 37 additions and 60 deletions

View File

@@ -43,6 +43,7 @@ module.exports = (phase, { defaultConfig }) => {
// allow forgoing the mess of `<span>`s around statically imported images
layoutRaw: true,
},
newNextLinkBehavior: true, // https://github.com/vercel/next.js/pull/36436
},
webpack: (config) => {
// this lets us statically import webfonts like we would images, allowing cool things like preloading them