mcansh
released this
25 Apr 21:54
·
74 commits
to main
since this release
Patch Changes
-
a7fcb6d: allows you to customize the cache control for both the files in the build directory as well as your public directory if you need to. using
pretty-cache-header
under the hood so things like1y
or30 days
will workawait app.register(remixFastify, { assetCacheControl: {}, defaultCacheControl: {}, });
-
a7fcb6d: fix cache control so that build assets are immutable and cached for 1 year instead of everything being cached for 1 hour