Cloudflare Static Assets Caching

Hi there, i'm deploying my Static SvelteKit app to Cloudflare Static Assets, and i'm wondering how Caching works (on the Edge side). I've got it so that static assets are cached in the browser, but it doesn't look like any of my other assets are cached at Cloudflare's edge (typically i'd see like a CF-Cache: Hit header or something). Am I able to specify that specific assets are cached at the edge?

You'll notice in the image I shared here, I have the proper Cache-Control settings which should tell Cloudflare to Cache the assets, and I also have a Cache Rule set to allow Cloudflare to cache them at the edge too.

Any ideas what the issue could be?
image.png
Was this page helpful?