feat: resolve game covers from Steam API when Discord has no image

This commit is contained in:
denshooter
2026-04-23 23:10:59 +02:00
parent ff58d1f849
commit 38ae39440e
2 changed files with 104 additions and 43 deletions
+8
View File
@@ -62,6 +62,14 @@ const nextConfig: NextConfig = {
protocol: "https",
hostname: "media.discordapp.net",
},
{
protocol: "https",
hostname: "store.steampowered.com",
},
{
protocol: "https",
hostname: "cdn.akamai.steamstatic.com",
},
{
protocol: "https",
hostname: "cms.dk0.dev",