Move [shot-on] image back to edge runtime
This commit is contained in:
parent
178888384d
commit
293a612d96
@ -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 } },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user