From d2d62fffd13f2b22b30966ec11a34c3326032ec6 Mon Sep 17 00:00:00 2001 From: Vasily Zubarev Date: Mon, 8 Dec 2025 20:43:47 +0100 Subject: [PATCH] hotfix: disable nextjs image optim feature --- next.config.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index f34a174..9c5e1b0 100644 --- a/next.config.ts +++ b/next.config.ts @@ -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: {