Move [shot-on] image back to edge runtime

This commit is contained in:
Sam Becker 2024-02-21 19:50:53 -06:00
parent 178888384d
commit 293a612d96

View File

@ -9,6 +9,8 @@ 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 } },