diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 24cf4569..0ddab41d 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -179,7 +179,7 @@ http { add_header Cross-Origin-Resource-Policy "same-origin" always; location / { - return 302 https://github.com/GrapheneOS/Vanadium; + return 301 https://grapheneos.org/features#vanadium; } }