From b2c20c9f906814246f129c66646968008df6f2d0 Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Fri, 27 Dec 2024 19:30:10 -0600 Subject: [PATCH] docs: remove catch-all for opengraph-image (#74338) x-ref: https://github.com/vercel/next.js/issues/49630 --- .../03-file-conventions/01-metadata/opengraph-image.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/01-app/04-api-reference/03-file-conventions/01-metadata/opengraph-image.mdx b/docs/01-app/04-api-reference/03-file-conventions/01-metadata/opengraph-image.mdx index d1e9343831048..de3abc1937936 100644 --- a/docs/01-app/04-api-reference/03-file-conventions/01-metadata/opengraph-image.mdx +++ b/docs/01-app/04-api-reference/03-file-conventions/01-metadata/opengraph-image.mdx @@ -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