diff --git a/apps/web/next.config.js b/apps/web/next.config.js index bd256b32..75681531 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -50,6 +50,11 @@ const config = { protocol: "https", hostname: "*.googleusercontent.com", }, + { + protocol: 'https', + hostname: 'cdn.discordapp.com', + pathname: '/avatars/**', + }, ]; // Extract root domain from S3_ENDPOINT and add wildcard pattern