feat: add SteamGridDB proxy API for non-Steam game images

This commit is contained in:
2026-04-28 23:36:00 +08:00
parent cc34fd17ef
commit 74fe0447ee
5 changed files with 95 additions and 1 deletions
+4
View File
@@ -17,6 +17,10 @@ const nextConfig: NextConfig = {
port: "",
pathname: "/store_item_assets/**",
},
{
protocol: "https",
hostname: "cdn.steamgriddb.com",
},
],
},
};