mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-28 01:10:52 +01:00
5843df5715
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
6 lines
67 B
JavaScript
6 lines
67 B
JavaScript
module.exports = {
|
|
images: {
|
|
unoptimized: true
|
|
}
|
|
}
|