chore: format components, switch to CDN hostname, and improve error handling in game stats
- Format long lines and union types in game page, preset modal, games page, and filter drawer - Replace **.r2.dev with cdn.deckyvault.xyz in next.config image hostnames - Replace sql ANY with drizzle inArray for hardware query in game stats - Add try/catch error handler in game stats route - Add post.md to .gitignore
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ const nextConfig: NextConfig = {
|
||||
// Cloudflare R2
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "**.r2.dev",
|
||||
hostname: "cdn.deckyvault.xyz",
|
||||
}
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user