Open truonglocbinh opened 4 months ago
Review your cache headers, index.html should use 200, any entry inside assets folder can use immutable, check deploy docs for other deployments (AWS is missing, I dont use it)
I would also double check if you encounter maximumFileSizeToCacheInBytes
, as that would prevent vendor.js from being properly cached.
I am using vue 3 and amplify AWS for deploy my vue 3 project. I had a problem that everytime I deploy new code, my web site often show blank page. If page want to show, I need clear Cache storage or wait some minutes. That's make my customer feel bad for my site. This is my config