diff --git a/src/app/story/[storylineId]/og/route.tsx b/src/app/story/[storylineId]/og/route.tsx index 604ad8c4..94ce60b7 100644 --- a/src/app/story/[storylineId]/og/route.tsx +++ b/src/app/story/[storylineId]/og/route.tsx @@ -8,7 +8,7 @@ import { formatPrice } from "../../../../../lib/format"; import { truncateAddress } from "../../../../../lib/utils"; import { getPlotUsdPrice, formatUsdValue } from "../../../../../lib/usd-price"; -export const runtime = "edge"; +export const runtime = "nodejs"; async function loadFont(): Promise { try {