mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
367e617761
* read prerender flag from PageBuildData * add changeset
5 lines
221 B
Markdown
5 lines
221 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Changed where various parts of the build pipeline look to decide if a page should be prerendered. They now exclusively consider PageBuildData, allowing integrations to participate in the decision.
|