From eb594178ae2f43dd6ba9bb48aa9c4b29257cf11c Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 24 Feb 2024 21:32:12 -0500 Subject: [PATCH] replace placeholder Vanadium redirect --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }