Replies: 1 comment
-
First part is fixed by b1ce044. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Strategy should be:
public/build
immutable
max-age: 1y
public
max-age: 1h
This is to minimize chances of things being busted in production but also provide some reasonable caching in production for other (maybe non-hashed) stuff in
public
.Future: we should probably have a flag for
remix-serve
that dictates howpublic
caching is to be done. Something likeremix-serve --immutable
if you want to opt-in toimmutable
caching for everything.Beta Was this translation helpful? Give feedback.
All reactions