Skip to content

Commit

Permalink
fix: modified runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
fluid-design-io committed Oct 18, 2023
1 parent b7b41b2 commit 4535e2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/app/api/og/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4535e2d

Please sign in to comment.