I had two questions about hosting assets via Cloudflare Pages:
- Does Pages use Argo to optimize serving static assets faster?
- Does the entire bundle of assets in Pages get copied to every Cloudflare node on the edge, or just to a single node + adaptively to other nodes?
I don’t understand the above two, although I’d assume yes for both (1) and (2) because Pages is native to Cloudflare, and not reliant on any origin.
cc @KentonVarda