next.js
b5b2a6c1 - Fix incorrect route param (#79795)

Commit
235 days ago
Fix incorrect route param (#79795) In the example under the "Generated Metadata" section of the page, the route is defined as `/app/blog/[slug]/page.tsx`, but the Props type uses `id` instead of `slug`. This fixes the mismatch to reflect the actual dynamic route segment Co-authored-by: JJ Kasper <jj@jjsweb.site>
Author
Parents
Loading