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

Configure Feed

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

fix: youtube avatar proxy (#55)

authored by

Luna Seemann and committed by
GitHub
1a1a790b a4193787

+6 -6
+6 -6
next.config.ts
··· 74 74 75 75 { 76 76 protocol: "https", 77 - hostname: "cdn.waya.one", 78 - port: "", 79 - pathname: "/r/**" 80 - }, 81 - { 82 - protocol: "https", 83 77 hostname: "images-v2.wamellow.com", 84 78 port: "", 85 79 pathname: "/api/greet" ··· 94 88 { 95 89 protocol: "https", 96 90 hostname: "yt3.ggpht.com", 91 + port: "", 92 + pathname: "/**" 93 + }, 94 + { 95 + protocol: "https", 96 + hostname: "yt3.googleusercontent.com", 97 97 port: "", 98 98 pathname: "/**" 99 99 },