rsnext/test/e2e/app-dir/metadata-dynamic-routes
Yamagishi Kazutoshi 958150d15b
Add suffix to static metadata images (#48202)
### What?

The change in #47985 breaks the URLs of static image files like
`/(group)/opengraph-image.png` to `/opengraph-image.png-012345`.
References from `/` are also broken.

### Why?

This is because only `opengraph-image.ts` and `opengraph-image.tsx` are
considered.

### How?

In this Pull Request, we are trying to solve the problem by including
similar support for `opengraph-image.png` and `opengraph-image.jpeg`.

---------

Co-authored-by: Jiachi Liu <inbox@huozhi.im>
2023-04-12 14:30:31 +00:00
..
app Add suffix to static metadata images (#48202) 2023-04-12 14:30:31 +00:00
index.test.ts Add suffix to static metadata images (#48202) 2023-04-12 14:30:31 +00:00
next.config.js Dynamic routes for toplevel robots and sitemap (#47091) 2023-03-13 18:04:31 -07:00
tsconfig.json Dynamic routes for toplevel robots and sitemap (#47091) 2023-03-13 18:04:31 -07:00