mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
9855db676e
* Cloudflare prerender branch * Add prerendered routes to Cloudflare routes.json * Adding changeset * Prevent process proxy from running during prerender phase
7 lines
266 B
Markdown
7 lines
266 B
Markdown
---
|
|
'@astrojs/cloudflare': patch
|
|
---
|
|
|
|
Support for prerendering in the Cloudflare integration
|
|
|
|
This fixes prerendering in the Cloudflare adapter. Now any prerendered routes are added to the `_routes.json` config so that the worker script is skipped for those routes.
|