Skip to content

Commit

Permalink
fix og example by bumping latest (#523)
Browse files Browse the repository at this point in the history
### Description

Use latest `@vercel/og` so it fixes the embedded svg triangle

### Demo URL


https://vercel-og-nextjs-clone2-c5a2kdice-uncurated-tests.vercel.app/api/vercel

### Type of Change

- [x] Example updates (Bug fixes, new features, etc.)
  • Loading branch information
styfle authored Jan 20, 2023
1 parent bf1622a commit f52a98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edge-functions/vercel-og-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@vercel/og": "0.0.20",
"@vercel/og": "latest",
"next": "latest",
"react": "latest",
"react-dom": "latest"
Expand Down

3 comments on commit f52a98f

@vercel
Copy link

@vercel vercel bot commented on f52a98f Jan 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app-dir-css-in-js – ./app-directory/css-in-js

app-dir-css-in-js.vercel.app
app-dir-css-in-js-git-main-now-examples.vercel.app
app-dir-css-in-js-now-examples.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f52a98f Jan 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app-dir-share-state – ./app-directory/share-state

app-dir-share-state-now-examples.vercel.app
app-dir-share-state.vercel.app
app-dir-share-state-git-main-now-examples.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f52a98f Jan 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.