mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
8f418d13c5
* `isPrenderDefault` ---> `isPrerenderDefault` * test: add test fixture * test: add hybrid getStaticPaths tests * try fix in ci * bring back edit lost on merge conflict fix * back static paths guard * move function to new file to avoid bundling issues * remove unsued import * debugging cleanup * chore: update fixture's package.json * cleanup test * small test refactoring * `status.ts` --> `metadata.ts` * smol refactor * chore: changeset * just return the prerender metadata * refactor tests * chore: update lock file
5 lines
100 B
Markdown
5 lines
100 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
fix no matched path when using `getStaticPaths` without `prerender` export.
|