From 8a386f49b0338786d389d413d6c47bc27557a3cf Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Fri, 5 Jan 2024 11:49:08 -0600 Subject: [PATCH] Remove edge runtime from photo image --- src/app/(static)/p/[photoId]/image/route.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/(static)/p/[photoId]/image/route.tsx b/src/app/(static)/p/[photoId]/image/route.tsx index 3865702c..a7fd7417 100644 --- a/src/app/(static)/p/[photoId]/image/route.tsx +++ b/src/app/(static)/p/[photoId]/image/route.tsx @@ -5,7 +5,6 @@ import PhotoImageResponse from '@/photo/image-response/PhotoImageResponse'; import { getIBMPlexMonoMedium } from '@/site/font'; import { ImageResponse } from 'next/og'; -export const runtime = 'edge'; export const revalidate = 30; export async function GET(