364d861bd5
* feat: remove automatic flattening of `getStaticPaths` result * chore: changeset
5 lines
169 B
Markdown
5 lines
169 B
Markdown
---
|
|
'astro': major
|
|
---
|
|
|
|
Removed automatic flattening of `getStaticPaths` result. `.flatMap` and `.flat` should now be used to ensure that you're returning a flat array.
|