Skip to content

Commit e48a674

Browse files
committed
Move social card functions out of edge
1 parent 8ede0e7 commit e48a674

File tree

5 files changed

+0
-15
lines changed

5 files changed

+0
-15
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { TitleSubtitleCard } from "~/components/social-card-images/title-subtitl
77
import { queryTalk } from "~/types";
88

99
export const config = {
10-
runtime: "edge",
1110
unstable_allowDynamic: ["/node_modules/.pnpm/**"],
1211
};
1312

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { TitleSubtitleCard } from "~/components/social-card-images/title-subtitl
77
import { queryTalk } from "~/types";
88

99
export const config = {
10-
runtime: "edge",
1110
unstable_allowDynamic: ["/node_modules/.pnpm/**"],
1211
};
1312

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { TitleSubtitleCard } from "~/components/social-card-images/title-subtitl
77
import { queryNewsArticle } from "~/types";
88

99
export const config = {
10-
runtime: "edge",
1110
unstable_allowDynamic: ["/node_modules/.pnpm/**"],
1211
};
1312

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

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

1010
export const config = {
11-
runtime: "edge",
1211
unstable_allowDynamic: ["/node_modules/.pnpm/**"],
1312
};
1413

frontend/src/pages/api/badge.tsx

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)