astro · astro/GetStaticPathsInvalidRouteParam
GetStaticPathsInvalidRouteParam
getStaticPaths Invalid Route Param
A `params` value returned from `getStaticPaths()` has an invalid type. Route parameters must be strings (or `undefined` for optional params) — numbers, objects, and other types aren't allowed.