feat: resolve game covers from Steam API when Discord has no image
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user