Statically optimize site og image
This commit is contained in:
parent
54c190a1f1
commit
5635ac500a
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user