From 4535e2d6883a5cb4da8c55cce220cfe1078c97cb Mon Sep 17 00:00:00 2001 From: fluid-design-io <2216991777@qq.com> Date: Wed, 18 Oct 2023 01:10:39 -0500 Subject: [PATCH] fix: modified runtime --- apps/web/app/api/og/route.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/web/app/api/og/route.tsx b/apps/web/app/api/og/route.tsx index 48d6bd2..a8869b7 100644 --- a/apps/web/app/api/og/route.tsx +++ b/apps/web/app/api/og/route.tsx @@ -3,7 +3,8 @@ import { ImageResponse } from "next/server"; // App router includes @vercel/og. // No need to install it. -export const runtime = "edge"; +//! DOSE IT MAKE A DIFFERENCE? edge vs node? +// export const runtime = "edge"; export const alt = "Fluid Colors"; export const size = { width: 1200,