diff --git a/next.config.ts b/next.config.ts index dd661aa..62db260 100644 --- a/next.config.ts +++ b/next.config.ts @@ -4,6 +4,7 @@ import createNextIntlPlugin from "next-intl/plugin" const nextConfig: NextConfig = { output: "standalone", images:{ + unoptimized: true, remotePatterns: [ { protocol: 'https',