use long form Discord link
https://discord.gg/grapheneos is a 301 redirect to https://discord.com/invite/grapheneos so it makes sense to use the long form to avoid a redirect.
This commit is contained in:
parent
1f3aec7ad8
commit
02a97dd883
@ -281,7 +281,7 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location = "/discord" {
|
location = "/discord" {
|
||||||
return 302 https://discord.gg/grapheneos;
|
return 302 https://discord.com/invite/grapheneos;
|
||||||
}
|
}
|
||||||
|
|
||||||
location = /404 {
|
location = /404 {
|
||||||
|
@ -243,7 +243,7 @@
|
|||||||
"https://cohost.org/GrapheneOS",
|
"https://cohost.org/GrapheneOS",
|
||||||
"https://github.com/GrapheneOS",
|
"https://github.com/GrapheneOS",
|
||||||
"https://reddit.com/u/GrapheneOS",
|
"https://reddit.com/u/GrapheneOS",
|
||||||
"https://discord.gg/grapheneos",
|
"https://discord.com/invite/grapheneos",
|
||||||
"https://www.linkedin.com/company/grapheneos/",
|
"https://www.linkedin.com/company/grapheneos/",
|
||||||
"https://www.facebook.com/GrapheneOS",
|
"https://www.facebook.com/GrapheneOS",
|
||||||
"https://www.instagram.com/grapheneos/",
|
"https://www.instagram.com/grapheneos/",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user