rsnext/test/e2e/app-dir/metadata-dynamic-routes/app
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
..
(group) Move ImageResponse to next/og (#56662) 2023-10-19 14:26:48 +00:00
client-ref-dependency Fix react packages are not bundled for metadata routes (#55579) 2023-09-19 15:45:59 +02:00
font Move ImageResponse to next/og (#56662) 2023-10-19 14:26:48 +00:00
gsp Fix sitemap generateSitemaps support for string id (#61088) 2024-01-24 16:52:52 +01:00
metadata-base/unset Move ImageResponse to next/og (#56662) 2023-10-19 14:26:48 +00:00
route-config Respect the original exported route segment config for sitemap (#56007) 2023-09-26 17:04:58 +00:00
apple-icon.tsx Move ImageResponse to next/og (#56662) 2023-10-19 14:26:48 +00:00
favicon.tsx Move ImageResponse to next/og (#56662) 2023-10-19 14:26:48 +00:00
icon.tsx Move ImageResponse to next/og (#56662) 2023-10-19 14:26:48 +00:00
layout.tsx Prefer to use deployment url for metadata routes on production (#48556) 2023-04-19 10:26:08 +00:00
manifest.ts Update MetadataRoute to namespace (#47674) 2023-03-30 15:27:44 -07:00
opengraph-image.tsx Fix dynamic sitemap detection (#60356) 2024-01-08 14:11:00 +01:00
page.tsx Provide default metadataBase for local and vercel deployment (#47568) 2023-03-30 16:27:24 -07:00
robots.ts Update MetadataRoute to namespace (#47674) 2023-03-30 15:27:44 -07:00
sitemap.ts Fix dynamic sitemap detection (#60356) 2024-01-08 14:11:00 +01:00
twitter-image.tsx Upgrade og dependencies (#59541) 2023-12-21 14:50:57 +01:00
twitter-image2.tsx Upgrade og dependencies (#59541) 2023-12-21 14:50:57 +01:00