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: {