brought it back to V2, added it to vite config

This commit is contained in:
Carter 2025-06-04 16:33:18 -06:00
parent cfe05f8517
commit 727a20292f
2 changed files with 7 additions and 2 deletions

View file

@ -61,7 +61,12 @@ http {
expires $cache_expires;
root /usr/share/nginx/html;
try_files $uri /index.html;
try_files $uri /indexV2.html;
location = /index.html {
return 301 /indexV2.html;
}
}
# Healthcheck