Revert photo image back to edge runtime

This commit is contained in:
Sam Becker 2024-01-05 11:59:05 -06:00
parent 8a386f49b0
commit c3fd40efa9

View File

@ -5,7 +5,7 @@ import PhotoImageResponse from '@/photo/image-response/PhotoImageResponse';
import { getIBMPlexMonoMedium } from '@/site/font';
import { ImageResponse } from 'next/og';
export const revalidate = 30;
export const runtime = 'edge';
export async function GET(
_: Request,