#Do Astro Content Collections add the data into static files, when using an Adapter?
3 messages · Page 1 of 1 (latest)
Hi @quiet schooner. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
The provided knowledge sources only cover how the Cloudflare adapter handles deployment details like headers, assets, redirects, and routing (including _routes.json, _headers, _redirects, and .assetsignore). They do not mention Astro Content Collections at all, nor how their data is bundled or loaded when using the Cloudflare adapter. [Cloudflare platform]
Because of this, I cannot reliably say from these documents whether:
- Content Collections are fully bundled into the Worker,
- only the used entries are included per route,
- or whether there is any special behavior for large collections in Cloudflare deployments.