Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/og.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const author = {

type Author = typeof author;

export const config = { runtime: "edge" };
export const config = { runtime: "nodejs" };

const interRegular = fetchFont(
new URL("../assets/og/Inter-Regular.ttf", import.meta.url)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@tailwindcss/postcss": "4.3.1",
"@types/react": "^19.2.17",
"@types/unist": "^3.0.3",
"@vercel/og": "^0.6.2",
"@vercel/og": "^0.11.1",
"astro": "^6.4.6",
"estree-util-value-to-estree": "^3.5.0",
"gray-matter": "4.0.3",
Expand Down
44 changes: 29 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.