Dynamic page shows 404 on prod , works well on dev mode
Unanswered
Cuvier’s Dwarf Caiman posted this in #help-forum
Cuvier’s Dwarf CaimanOP
here is my folder
inside the page
export default function Page({ params }: { params: { slug: string } }) {
return <h1>My Page</h1>;
}
inside the page
export default function Page({ params }: { params: { slug: string } }) {
return <h1>My Page</h1>;
}
1 Reply
Do you have a demo link and repo link?