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',