Add caching to photo OG image

This commit is contained in:
Sam Becker 2024-01-05 11:43:23 -06:00
parent 21da8df112
commit f2cbc11044

View File

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