Static assets immutable cache-control

/articles/cache.jpeg

Added support for immutable cache-control

Since @adonisjs/[email protected] it’s now possible to set cache-control max age inside static.ts configuration file

There’s also possibility to set immutable boolean option, which states if generated assets are fingerprinted or not. For example when file name is SHASUM of file content (so filename changes when file content changes)

The Latest