This website requires JavaScript.
Explore
Help
Sign In
Cool_Tools
/
upscayl
Watch
1
Star
0
Fork
0
You've already forked upscayl
mirror of
https://github.com/upscayl/upscayl.git
synced
2025-02-25 22:47:59 +01:00
Code
Releases
Wiki
Activity
upscayl
/
next.config.js
6 lines
67 B
JavaScript
Raw
Normal View
History
Unescape
Escape
temporary fix (messy)
2022-08-22 14:01:16 +05:30
module
.
exports
=
{
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 21:09:46 +02:00
images
:
{
unoptimized
:
true
temporary fix (messy)
2022-08-22 14:01:16 +05:30
}
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 21:09:46 +02:00
}
Copy Permalink