feat: add a simple cache versioning system in Dockerfile

This commit is contained in:
Alexis Fourmaux 2026-05-11 22:09:08 +02:00
parent 97ca3813e8
commit 772063113b
2 changed files with 8 additions and 1 deletions

View file

@ -11,7 +11,7 @@ server {
location /assets/ {
expires 1y;
add_header Cache-Control "public";
add_header Cache-Control "public, immutable";
}
location = /index.html {