diff --git a/nginx.conf b/nginx.conf index 5787e97..a6a6b29 100644 --- a/nginx.conf +++ b/nginx.conf @@ -6,6 +6,8 @@ server { location / { root /app; index index.html; + + try_files $uri $uri/ /index.html; } location /api/