diff --git a/frontend/nginx.conf b/frontend/nginx.conf index ee13d06..71dd051 100644 --- a/frontend/nginx.conf +++ b/frontend/nginx.conf @@ -19,7 +19,7 @@ http { # Handle client-side routing location / { - try_files $uri $uri/ /index.html; + try_files $uri /index.html; } # Enable gzip compression