Nick
CDCloudflare Developers
•Created by Nick on 12/24/2024 in #workers-help
How to cache static assets?
How can I enable caching for static assets? By default files like .js, .css, .png responding with:
cache-control: public, max-age=0, must-revalidate
Tried to use these caching rules, but from what I reed and tested these wont work for workers static assets.
3 replies