mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
d088351f54
* wip: warning on getStaticPaths without prerender * refactor: move getStaticPaths warning to scanner plugin * chore: do not add to test fixture * chore: remove legacy getStaticPaths validation * refactor: update warning message * chore: typo * chore: add changeset * chore: remove unused variables * refactor: make settings optional * chore: fix lint * chore: update message to include reason
5 lines
105 B
Markdown
5 lines
105 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Update warning when `getStaticPaths` is detected but a route is not prerendered.
|