generateStaticParams with static export fails building paths
I am working on a Next.js Project. I am trying to Build the Page with output: export
inside of the Config File.
Error: Page “/blog/[slug]/page” is missing param “/blog/testpost” in “generateStaticParams()”
I’m trying to build a blog following the blog starter example from here: https://github.com/vercel/next.js/blob/canary/examples/blog-starter/src/app/posts/%5Bslug%5D/page.tsx