Skip to content

Commit

Permalink
fix: og template render
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz committed Apr 14, 2024
1 parent 7be5174 commit 9f50ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/app/api/og/template/[name]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { loadFonts } from "../../../../../lib/fonts";
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument -- wrong type
const initWasmPromise = initWasm(resvgWasm);

export const dynamic = "force-static";
export const runtime = "edge";

export async function GET(
_: Request,
Expand Down

0 comments on commit 9f50ccd

Please sign in to comment.