honox asset caching
I'm using honox in my project. In production it creates a signed css and js files + adds all static files located in the public folder as expected. The issue is their cache control is set to
public, max-age=0, must-revalidate Is there anyway to control it? I want to cache the css, js and static files forever