web: fix og-image dynamic export

This commit is contained in:
Thomas Camlong
2025-11-17 16:16:38 +01:00
parent e4b7f61a13
commit 9ad3e48e61

View File

@@ -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,