feat: add SteamGridDB proxy API for non-Steam game images
This commit is contained in:
@@ -17,6 +17,10 @@ const nextConfig: NextConfig = {
|
||||
port: "",
|
||||
pathname: "/store_item_assets/**",
|
||||
},
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "cdn.steamgriddb.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user