diff --git a/deploy/nginx.conf b/deploy/nginx.conf index 568ee2dc..252c7cd4 100644 --- a/deploy/nginx.conf +++ b/deploy/nginx.conf @@ -75,10 +75,6 @@ server { gzip_types text/plain text/css text/xml text/javascript application/javascript application/json application/xml application/rss+xml; # Frontend SPA routing — must be last so specific locations above take precedence - location = / { - return 301 /velxio/editor; - } - location / { try_files $uri $uri/ /index.html; } diff --git a/frontend/index.html b/frontend/index.html index c05bd06f..eb80d966 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,7 +2,7 @@
- +