From a23df83a7206463e8be0693d22283d4e93a22fee Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 4 May 2025 22:30:56 -0700 Subject: vercel: disable nextjs optimized images --- next.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index b8d7ca9..0010f93 100644 --- a/next.config.js +++ b/next.config.js @@ -7,7 +7,8 @@ const nextConfig = { hostname: "yt3.ggpht.com", port: '', } - ] + ], + unoptimized: true, } } -- cgit v1.2.3