Skip to content

Commit b2c20c9

Browse files
authored
docs: remove catch-all for opengraph-image (vercel#74338)
x-ref: vercel#49630
1 parent 81c7d15 commit b2c20c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/01-app/04-api-reference/03-file-conventions/01-metadata/opengraph-image.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ export default function Image({ params }) {
239239
| `app/shop/opengraph-image.js` | `/shop` | `undefined` |
240240
| `app/shop/[slug]/opengraph-image.js` | `/shop/1` | `{ slug: '1' }` |
241241
| `app/shop/[tag]/[item]/opengraph-image.js` | `/shop/1/2` | `{ tag: '1', item: '2' }` |
242-
| `app/shop/[...slug]/opengraph-image.js` | `/shop/1/2` | `{ slug: ['1', '2'] }` |
243242
244243
### Returns
245244

0 commit comments

Comments
 (0)