Skip to content

Commit 11322d0

Browse files
committed
docs: Update import for ImageResponse to get rid of dependency
1 parent a5733c9 commit 11322d0

File tree

4 files changed

+8
-141
lines changed

4 files changed

+8
-141
lines changed

docs/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"@headlessui/react": "^2.0.0",
1616
"@heroicons/react": "^2.1.4",
1717
"@vercel/analytics": "1.3.1",
18-
"@vercel/og": "^0.6.3",
1918
"@vercel/speed-insights": "^1.0.12",
2019
"clsx": "^2.1.1",
2120
"http-status-codes": "^2.3.0",

docs/src/pages/api/og-image.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {ImageResponse} from '@vercel/og';
1+
import {ImageResponse} from 'next/og';
22
import siteConfig from '@/config';
33

44
export const config = {

media/assets.sketch

8.72 KB
Binary file not shown.

0 commit comments

Comments
 (0)