fix: use pgEnum for steamReviewSentiment

This commit is contained in:
2026-04-30 18:50:48 +08:00
parent 5dfd8db578
commit 09bf8f64d6
5 changed files with 1811 additions and 1 deletions
+10
View File
@@ -24,6 +24,16 @@ const nextConfig: NextConfig = {
{
protocol: "https",
hostname: "cdn2.steamgriddb.com",
},
// Google
{
protocol: 'https',
hostname: 'lh3.googleusercontent.com'
},
// Discord
{
protocol: 'https',
hostname: 'cdn.discordapp.com'
}
],
},