hotfix: disable nextjs image optim feature

This commit is contained in:
Vasily Zubarev
2025-12-08 20:43:47 +01:00
parent e85a3b960c
commit d2d62fffd1

View File

@@ -3,7 +3,10 @@ import type { NextConfig } from "next"
const nextConfig: NextConfig = {
eslint: {
ignoreDuringBuilds: true, // TODO: fixme
ignoreDuringBuilds: true, // TODO: make me linting again
},
images: {
unoptimized: true, // FIXME: bug on prod, images always empty, investigate later
},
experimental: {
serverActions: {