Update docker/config/nginx.conf
All checks were successful
Build Website / Build NPM Project (push) Successful in 1m11s
Build Website / Tag Version (push) Successful in 1m19s
Build Website / Build & Push Dockerfile (push) Successful in 3m12s

This commit is contained in:
Zakary Timson 2025-02-03 08:53:53 -05:00
parent 79f84c18ee
commit 513ef1724b

View File

@ -25,7 +25,7 @@ http {
autoindex off;
location / {
try_files $uri$args $uri$args/ /index.html;
try_files $uri $uri/ /index.html;
}
}
}