1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 17:06:37 -04:00

target only modern browsers

https://estimator.dev/#jarv.is
This commit is contained in:
2022-07-10 10:28:33 -04:00
parent 4b7819d1f2
commit 87305b5424

View File

@ -37,6 +37,8 @@ module.exports = (phase, { defaultConfig }) => {
formats: ["image/avif", "image/webp"],
},
experimental: {
legacyBrowsers: false,
browsersListForSwc: true,
images: {
allowFutureImage: true, // https://github.com/vercel/next.js/pull/37927
},