From ca0a3acf17d236399176b64d40fd2925bd707635 Mon Sep 17 00:00:00 2001 From: wass08 Date: Fri, 6 Mar 2026 12:53:44 +0100 Subject: [PATCH] fixed local thumbnails --- apps/editor/next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/editor/next.config.ts b/apps/editor/next.config.ts index 7e9dfaaa..b822ff06 100644 --- a/apps/editor/next.config.ts +++ b/apps/editor/next.config.ts @@ -8,6 +8,7 @@ const nextConfig: NextConfig = { }, }, images: { + unoptimized: process.env.NEXT_PUBLIC_ASSETS_CDN_URL?.startsWith('http://localhost') ?? false, remotePatterns: [ { protocol: 'https',