diff options
| -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, } } |
