Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Dec 28, 2024
Merged

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

merged 1 commit into from
Dec 28, 2024

Conversation

leerob
Copy link
Member

@leerob leerob commented Dec 28, 2024

x-ref: #49630

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
created-by: Next.js DevEx team Documentation Related to Next.js' official documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants