-
Notifications
You must be signed in to change notification settings - Fork 195
Closed
Description
When I change the folder [slug] name from:
app/posts/[slug]/page.tsx
http://localhost:3000/posts/change-me Works!.
to:
app/posts/[...slug]/page.tsx
http://localhost:3000/posts/myfolder/test Doesn't Work!.
I've created mdx file in posts/myfolder/test.mdx
I got some errors:
Error: A required parameter (slug) was not provided as an array received string in generateStaticParams for /posts/[...slug]
I'm testing from: https://github.com/contentlayerdev/next-contentlayer-example/
Should i edit contentlayer.config.ts or app/posts/[slug]/page.tsx ?
Metadata
Metadata
Assignees
Labels
No labels