diff options
Diffstat (limited to '.changeset/chilled-ducks-grin.md')
-rw-r--r-- | .changeset/chilled-ducks-grin.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/chilled-ducks-grin.md b/.changeset/chilled-ducks-grin.md new file mode 100644 index 000000000..b63b1f29c --- /dev/null +++ b/.changeset/chilled-ducks-grin.md @@ -0,0 +1,5 @@ +--- +'astro': major +--- + +Removed automatic flattening of `getStaticPaths` result. `.flatMap` and `.flat` should now be used to ensure that you're returning a flat array. |