Skip to content

Commit 56ae8d1

Browse files
committed
fix
1 parent 437e069 commit 56ae8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/api/[lang]/social-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import type { Language } from "~/locale/languages";
88
import { querySocialCard } from "~/types";
99

1010
export const config = {
11-
runtime: "edge",
11+
runtime: "edge", // ??
1212
unstable_allowDynamic: ["/node_modules/.pnpm/**"],
1313
};
1414

0 commit comments

Comments
 (0)