Skip to content

Commit

Permalink
docs: Update import for ImageResponse to get rid of dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Dec 6, 2024
1 parent a5733c9 commit 11322d0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 141 deletions.
1 change: 0 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"@headlessui/react": "^2.0.0",
"@heroicons/react": "^2.1.4",
"@vercel/analytics": "1.3.1",
"@vercel/og": "^0.6.3",
"@vercel/speed-insights": "^1.0.12",
"clsx": "^2.1.1",
"http-status-codes": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/api/og-image.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {ImageResponse} from '@vercel/og';
import {ImageResponse} from 'next/og';
import siteConfig from '@/config';

export const config = {
Expand Down
Binary file modified media/assets.sketch
Binary file not shown.
Loading

0 comments on commit 11322d0

Please sign in to comment.