rsnext/test/e2e/app-dir/metadata-dynamic-routes
Jiachi Liu f2f1c251bf
Fix duplicated dynamic metadata routes in dev mode (#55026)
In dev mode, we're using a catch-all route for dynamic metadata routes, e.g. page path `/twitter-image` would become `/twitter-image/[[...metadata_id...]]/route` as a dynamic custom app route.

But we're missing to convert it in filesystem scanning for routing purpose, adding the metadata related normalizing logic for app page to align with other places.
2023-09-06 00:21:06 +00:00
..
app Export RedirectType from next/navigation (#54729) 2023-08-29 11:05:44 -07:00
assets Add test for using custom font in metadata image routes (#54274) 2023-08-19 14:29:18 +00:00
index.test.ts Fix duplicated dynamic metadata routes in dev mode (#55026) 2023-09-06 00:21:06 +00:00
next.config.js Add esm entry for next/server and alias @vercel/og (#51651) 2023-06-22 21:34:12 +00:00