astro · astro/GetStaticPathsRequired
GetStaticPathsRequired
getStaticPaths Required
A dynamic route (e.g. `[slug].astro`) is missing the required `getStaticPaths()` export. In static (non-SSR) output mode, every dynamic route must export this function so Astro knows which pages to generate at build time.