Skip to content

Commit

Permalink
Update route.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBaset authored Jul 11, 2024
1 parent d35a6df commit 570e5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/og/route.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { NextRequest } from "next/server"
import { ImageResponse } from "@vercel/og"
import { ImageResponse } from "next/og"

export const runtime = "edge"

Expand Down

0 comments on commit 570e5b7

Please sign in to comment.