aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-05-04 22:30:56 -0700
committerPinapelz <yukais@pinapelz.com>2025-05-04 22:30:56 -0700
commita23df83a7206463e8be0693d22283d4e93a22fee (patch)
treec6b75f5f518db2d7cef464a0f2c804c09e2913fb
parent5036b3d58579ad16b40dc440a576d825cad210d3 (diff)
vercel: disable nextjs optimized images
-rw-r--r--next.config.js3
1 files changed, 2 insertions, 1 deletions
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,
}
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage