mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
6 lines
169 B
Markdown
6 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.
|