denoland / fresh

The next-gen web framework.
https://fresh.deno.dev
MIT License
12.64k stars 654 forks source link

fix: serve internal JS from path containing build ID #2753

Closed lucacasonato closed 2 weeks ago

lucacasonato commented 2 weeks ago

Previously imported chunks were not cached at all. They are now cached properly with immutable cache headers.