Skip to content

Commit

Permalink
remove edge per gh issue: oven-sh/bun#5648
Browse files Browse the repository at this point in the history
  • Loading branch information
slawton3 committed Apr 22, 2024
1 parent 106177b commit 0227e77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/api/og/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { ImageResponse } from "next/og";
import { cn } from "@/lib/utils";
import { ogImageSchema } from "@/lib/validations/og";

export const runtime = "edge";

export async function GET(req: Request) {
try {
const calSemiBoldData = await fetch(
Expand Down

0 comments on commit 0227e77

Please sign in to comment.