feature/108_vite_migration #118

Merged
philipp merged 27 commits from feature/108_vite_migration into dev 2021-04-03 17:17:25 +00:00
Showing only changes of commit c5d155396a - Show all commits

View File

@ -14,6 +14,10 @@ http {
internal; internal;
add_header Cache-Control 'no-store'; add_header Cache-Control 'no-store';
} }
location = /env.js {
internal;
add_header Cache-Control 'no-store';
}
location / { location / {
try_files $uri $uri/ /index.html; try_files $uri $uri/ /index.html;
} }