diff --git a/web/src/app/icons/[icon]/opengraph-image.tsx b/web/src/app/icons/[icon]/opengraph-image.tsx index 3b57bf1b..9246a7c4 100644 --- a/web/src/app/icons/[icon]/opengraph-image.tsx +++ b/web/src/app/icons/[icon]/opengraph-image.tsx @@ -3,8 +3,6 @@ import { join } from "node:path"; import { ImageResponse } from "next/og"; import { getAllIcons } from "@/lib/api"; -export const dynamic = "force-dynamic"; - export const size = { width: 1200, height: 630,