Set dynamic rendering for leaderboard Open Graph API
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m23s

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-05-04 01:12:15 -04:00
parent d51e0d6507
commit 54839e6034
+1
View File
@@ -2,6 +2,7 @@ import { ImageResponse } from 'next/og'
import { prisma } from '@/lib/prisma'
export const runtime = 'nodejs'
export const dynamic = 'force-dynamic'
const W = 1200
const H = 630