rsnext/docs
Jiachi Liu 5747afd21f
docs: remove invalid og image cases (#66355)
### What

Removing the `/[...catchall]/<metadata image convention>.js` case from
docs

### Why

Since og image and icon routes are using catch-all routes to handle the
both single or multiple routes. For instance:

`app/opengraph-image.js` can possibly generate two cases: 

- single route: `/opengraph-image`
- multi routes with `generateImageMetadata()`:  `/opengraph-image/[id]`

We're not able to detect if there's `generateImageMetadata` defined in
the file before mapping the routes, and decided to create the different
routes to either `/opengraph-image` or `/opengraph-image/[id]`. That's
why we're using a catch-all routes to handle them rn.

Related #48106 
Related #57349
2024-05-29 16:16:31 -07:00
..
01-getting-started Clarify create-next-app question wording (#66157) 2024-05-24 16:11:30 -07:00
02-app docs: remove invalid og image cases (#66355) 2024-05-29 16:16:31 -07:00
03-pages Docs: Next.js 15 updates (#65603) 2024-05-23 13:41:29 +00:00
04-architecture fix(docs): update styled components option (#65718) 2024-05-20 19:35:20 +00:00
05-community docs(community): remove Grammarly extension recommendation (#66195) 2024-05-24 16:20:14 -05:00
index.mdx Docs: Replace "twitter.com" to "x.com" (#65917) 2024-05-18 05:49:49 +00:00