generateStaticParams
The child route [slug]/page.tsx exports generateStaticParams returning a fixed list of slugs.
The runtime pre-renders one HTML file per entry — the dynamic
segment becomes static at build time.
The child route [slug]/page.tsx exports generateStaticParams returning a fixed list of slugs.
The runtime pre-renders one HTML file per entry — the dynamic
segment becomes static at build time.