Post

@slightlycode after a new deployment it's cached on the edge but not at origin anymore so if you either never downloaded it before, or cache bust with a query string, when loading it next you get a 404
definitely using pages
English

Hmmm. odd, yeah definitely remembering it being all the rage back in the day. here's a blog post about it blog.cloudflare.com/extending-the-….
But the whole idea about asset manifest, i don't think exists anymore.
Maybe you're right, origin assets now longer stick around. #asset-retention" target="_blank" rel="nofollow noopener">developers.cloudflare.com/pages/configur…
Me personally, I use public,max-age=60,must-revalidate and a cloudflare-cache-control of public,max-age=604800. with immutable assets.
English