diff --git a/next.config.js b/next.config.js index b7b2623..56b7c6f 100644 --- a/next.config.js +++ b/next.config.js @@ -4,6 +4,9 @@ const nextConfig = { experimental: { outputStandalone: true, }, + images: { + domains: ["cdn.discordapp.com"], + }, }; module.exports = nextConfig;