Skip to content

Commit

Permalink
Update opengraph-image.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob authored Dec 28, 2024
1 parent 81c7d15 commit 433c5f0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ export default function Image({ params }) {
| `app/shop/opengraph-image.js` | `/shop` | `undefined` |
| `app/shop/[slug]/opengraph-image.js` | `/shop/1` | `{ slug: '1' }` |
| `app/shop/[tag]/[item]/opengraph-image.js` | `/shop/1/2` | `{ tag: '1', item: '2' }` |
| `app/shop/[...slug]/opengraph-image.js` | `/shop/1/2` | `{ slug: ['1', '2'] }` |
### Returns
Expand Down

0 comments on commit 433c5f0

Please sign in to comment.