Skip to content

Commit 9e3e107

Browse files
committed
Bumped the deps successfully, now we are fixing up next/images.
1 parent 59c2d5b commit 9e3e107

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/api/social-image.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const interBoldFontP = fetch(
1515
).then((res) => res.arrayBuffer())
1616

1717
export const config = {
18-
runtime: 'experimental-edge'
18+
runtime: 'edge'
1919
}
2020

2121
export default async function OGImage(req: NextRequest) {

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"noEmit": true,
1111
"esModuleInterop": true,
1212
"module": "esnext",
13-
"moduleResolution": "node",
13+
"moduleResolution": "Bundler",
1414
"resolveJsonModule": true,
1515
"isolatedModules": true,
1616
"jsx": "preserve",

0 commit comments

Comments
 (0)