add player badges
All checks were successful
Deploy / deploy (push) Successful in 2m24s

This commit is contained in:
Lee
2024-09-27 23:04:14 +01:00
parent d9b68f0c65
commit 1fa20b6e52
19 changed files with 502 additions and 108 deletions

View File

@ -11,6 +11,16 @@ const nextConfig = {
experimental: {
webpackMemoryOptimizations: true,
},
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'cdn.scoresaber.com',
port: '',
pathname: '/**',
},
],
},
env: {
NEXT_PUBLIC_BUILD_ID: process.env.GIT_REV || nextBuildId.sync({ dir: __dirname }),
NEXT_PUBLIC_BUILD_TIME: new Date().toLocaleDateString("en-US", {