0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00
astro/.changeset/few-ways-jump.md
Tony Sullivan e0f838ca39
Fix/numeric path params (#3087)
* adding support for numeric params in getStaticPaths()

* chore: adding changeset

* ignore undefined params in type validation
2022-04-15 14:16:11 -05:00

5 lines
86 B
Markdown

---
'astro': patch
---
Adds support for numeric route parameters in getStaticPaths()