Statically optimize site og image

This commit is contained in:
Sam Becker 2024-04-29 21:06:02 -05:00
parent 54c190a1f1
commit 5635ac500a

View File

@ -9,6 +9,8 @@ import { ImageResponse } from 'next/og';
import { getImageResponseCacheControlHeaders } from '@/image-response/cache';
import { isNextImageReadyBasedOnPhotos } from '@/photo';
export const dynamic = 'force-static';
export async function GET() {
const [
photos,