On this page
Invalid value returned by getStaticPaths.
InvalidGetStaticPathsReturn: Invalid type returned by
getStaticPaths
. Expected anarray
, gotRETURN_TYPE
What went wrong?
getStaticPaths
’s return value must be an array of objects.
pages/blog/[id].astro
See Also:
© 2021 Fred K. Schott
Licensed under the MIT License.
https://docs.astro.build/en/reference/errors/invalid-get-static-paths-return/