rsnext/test/e2e/app-dir/metadata-dynamic-routes
Jiachi Liu 5883a9a3a4
Fix sitemap generateSitemaps support for string id (#61088)
### What

Fixes the string id that broken when sitemap is optimized to static
route.

### Why

When sitemap is optimized to static route in production, the route
argument is changed from `[[...__metadata_id__]]` to
`[__metadata_id__]`, so the type of it is also changed from array to
string that should reflect in the loader code.

Fixes #60894 
Closes NEXT-2154
2024-01-24 16:52:52 +01:00
..
app Fix sitemap generateSitemaps support for string id (#61088) 2024-01-24 16:52:52 +01: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 sitemap generateSitemaps support for string id (#61088) 2024-01-24 16:52:52 +01:00
next.config.js Add esm entry for next/server and alias @vercel/og (#51651) 2023-06-22 21:34:12 +00:00