-
|
GET ------------- Response header -------------- ------------- Request Header --------------- |
Beta Was this translation helpful? Give feedback.
Answered by
jwoertink
Mar 22, 2025
Replies: 1 comment 15 replies
-
|
Looks like you're using NGinx? Are you setting up your cache through that? Lucky doesn't handle any cache out of the box on this stuff, it's more just whatever you configure. |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

If you're going to use
vite, then you will need to setup Lucky to use it.In your
src/app.cr..This will use
public/manifest.jsonin the vite format instead ofmix-manifest.json.And here's my
vite.config.jsfrom a Lucky project I have in production. Just update whatever you need