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:
2026-05-10 04:15:38 +08:00
parent f02408c0c7
commit bcf2d540b8
7 changed files with 2251 additions and 1780 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ const nextConfig: NextConfig = {
// Cloudflare R2
{
protocol: "https",
hostname: "**.r2.dev",
hostname: "cdn.deckyvault.xyz",
}
],
},