Remove edge runtime from [shot-on] endpoint

This commit is contained in:
Sam Becker 2024-02-21 19:37:46 -06:00
parent 77037a1d80
commit 178888384d

View File

@ -9,8 +9,6 @@ import { getIBMPlexMonoMedium } from '@/site/font';
import { ImageResponse } from 'next/og';
import { getImageResponseCacheControlHeaders } from '@/image-response/cache';
export const runtime = 'edge';
export async function GET(
_: Request,
context: { params: { camera: string } },