Skip to content

Commit

Permalink
docs: remove catch-all for opengraph-image (#74338)
Browse files Browse the repository at this point in the history
x-ref: #49630
  • Loading branch information
leerob authored Dec 28, 2024
1 parent 81c7d15 commit b2c20c9
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 b2c20c9

Please sign in to comment.