From c3fd40efa947266fd228e35526e3ae0356814599 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Fri, 5 Jan 2024 11:59:05 -0600 Subject: [PATCH] Revert photo image back to edge runtime --- src/app/(static)/p/[photoId]/image/route.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(static)/p/[photoId]/image/route.tsx b/src/app/(static)/p/[photoId]/image/route.tsx index a7fd7417..da60e6ab 100644 --- a/src/app/(static)/p/[photoId]/image/route.tsx +++ b/src/app/(static)/p/[photoId]/image/route.tsx @@ -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,