astro/.changeset/chilled-ducks-grin.md
Erika 76ddef19cc feat: remove automatic flattening of getStaticPaths result (#7845)
* feat: remove automatic flattening of `getStaticPaths` result

* chore: changeset
2023-08-03 16:04:09 +01:00

169 B

astro
major

Removed automatic flattening of getStaticPaths result. .flatMap and .flat should now be used to ensure that you're returning a flat array.