diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-05-04 22:30:56 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-05-04 22:30:56 -0700 |
| commit | a23df83a7206463e8be0693d22283d4e93a22fee (patch) | |
| tree | c6b75f5f518db2d7cef464a0f2c804c09e2913fb | |
| parent | 5036b3d58579ad16b40dc440a576d825cad210d3 (diff) | |
vercel: disable nextjs optimized images
| -rw-r--r-- | next.config.js | 3 |
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, } } |
