Skip to content

Commit

Permalink
fix: remove edge from og
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeya committed Nov 9, 2024
1 parent f397bd1 commit 213e4be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/web-2/src/app/og/route.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { ImageResponse } from 'next/og';

export const runtime = 'edge';

export const GET = async (req: Request) => {
const url = new URL(req.url);

Expand Down

0 comments on commit 213e4be

Please sign in to comment.