We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437e069 commit 56ae8d1Copy full SHA for 56ae8d1
frontend/src/pages/api/[lang]/social-card.tsx
@@ -8,7 +8,7 @@ import type { Language } from "~/locale/languages";
8
import { querySocialCard } from "~/types";
9
10
export const config = {
11
- runtime: "edge",
+ runtime: "edge", // ??
12
unstable_allowDynamic: ["/node_modules/.pnpm/**"],
13
};
14
0 commit comments