Skip to content

Commit

Permalink
Update route.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
patelvivekdev authored May 6, 2024
1 parent 6b07390 commit 978dd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/og/route.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ImageResponse } from 'next/og';
import { NextRequest } from 'next/server';

export const runtime = 'edge';
// export const runtime = 'edge';

export async function GET(req: NextRequest) {
const { searchParams } = req.nextUrl;
Expand Down

0 comments on commit 978dd18

Please sign in to comment.