mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
6813106a5d
* Add value to staticPaths cache before we await it Fixes https://github.com/snowpackjs/astro/issues/1454 * Update `cache.staticPaths` to store Promises rather than immediate values
5 lines
101 B
Markdown
5 lines
101 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Improve getStaticPaths memoization to successfully store values in the cache
|