1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-28 01:10:52 +01:00
upscayl/next.config.js
Jan Willem Eriks 5843df5715 Fix nextjs image unoptimized
Bump the Next.js version so that build pass again after cloning.
In Next.js 12.3 the unoptimzed configuration became stable. Ref:
https://nextjs.org/blog/next-12-3#disable-image-optimization-stable
2022-09-28 22:07:23 +02:00

6 lines
67 B
JavaScript

module.exports = {
images: {
unoptimized: true
}
}