Skip to content

docs: remove catch-all for opengraph-image#74338

Merged
leerob merged 1 commit intocanaryfrom
leerob-patch-3
Dec 28, 2024
Merged

docs: remove catch-all for opengraph-image#74338
leerob merged 1 commit intocanaryfrom
leerob-patch-3

Conversation

@leerob
Copy link
Contributor

@leerob leerob commented Dec 28, 2024

x-ref: #49630

@ijjk ijjk added created-by: Next.js DevEx team PRs by the DX team. Documentation Related to Next.js' official documentation. labels Dec 28, 2024
@leerob leerob merged commit b2c20c9 into canary Dec 28, 2024
@leerob leerob deleted the leerob-patch-3 branch December 28, 2024 01:30
| `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'] }` |
Copy link

Choose a reason for hiding this comment

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

221d18b- [ ] 13b572d7380891b

Copy link

Choose a reason for hiding this comment

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

  • [ ]

Copy link

Choose a reason for hiding this comment

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

#74338 (comment) [ ] _r1900424455

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

created-by: Next.js DevEx team PRs by the DX team. Documentation Related to Next.js' official documentation. locked

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants