Skip to content

Commit 630b42a

Browse files
committed
chore: remove dynamic route generation for OG image API
1 parent 26cad40 commit 630b42a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/website/app/api/og/route.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import { getPost } from "@/lib/ghost";
22
import { generateOGImage } from "@/lib/og-image";
33
import type { NextRequest } from "next/server";
44

5-
export const dynamic = "force-dynamic";
6-
75
export async function GET(request: NextRequest) {
86
try {
97
const { searchParams } = new URL(request.url);

0 commit comments

Comments
 (0)