diff --git a/next.config.ts b/next.config.ts index 1ef3db0..d02b403 100644 --- a/next.config.ts +++ b/next.config.ts @@ -20,6 +20,9 @@ const nextConfig: NextConfig = { hostname: "127.0.0.1", }, ], + // Don't proxy external images through Next.js server + // Avoids SSL cert issues with Contabo S3 (sin1.contabostorage.com) + unoptimized: true, }, };