The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix twitch default avatars

Luna c2383e18 6103d7a9

+18 -12
+18 -12
next.config.js
··· 62 62 port: "", 63 63 pathname: "/jtv_user_pictures/**" 64 64 }, 65 - { 66 - protocol: "https", 67 - hostname: "cdn.bsky.app", 68 - port: "", 69 - pathname: "/img/avatar/plain/**" 70 - }, 71 - { 72 - protocol: "https", 73 - hostname: "i.scdn.co", 74 - port: "", 75 - pathname: "/image/**" 76 - } 65 + { 66 + protocol: "https", 67 + hostname: "static-cdn.jtvnw.net", 68 + port: "", 69 + pathname: "/user-default-pictures-uv/**" 70 + }, 71 + { 72 + protocol: "https", 73 + hostname: "cdn.bsky.app", 74 + port: "", 75 + pathname: "/img/avatar/plain/**" 76 + }, 77 + { 78 + protocol: "https", 79 + hostname: "i.scdn.co", 80 + port: "", 81 + pathname: "/image/**" 82 + } 77 83 ] 78 84 } 79 85 };