mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-28 01:10:52 +01:00
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
This commit is contained in:
parent
c8552da296
commit
5843df5715
@ -1,7 +1,5 @@
|
||||
module.exports = {
|
||||
experimental: {
|
||||
images: {
|
||||
unoptimized: true
|
||||
}
|
||||
images: {
|
||||
unoptimized: true
|
||||
}
|
||||
}
|
@ -124,7 +124,7 @@
|
||||
"autoprefixer": "^10.4.8",
|
||||
"electron": "^20.0.2",
|
||||
"electron-builder": "^23.3.3",
|
||||
"next": "^12.2.5",
|
||||
"next": "^12.3.1",
|
||||
"postcss": "^8.4.16",
|
||||
"prettier": "^2.7.1",
|
||||
"prettier-plugin-tailwindcss": "^0.1.13",
|
||||
|
Loading…
Reference in New Issue
Block a user