mirror of
https://github.com/rehlds/rehlds.github.io.git
synced 2025-02-07 10:42:16 +03:00
Update redirects
This commit is contained in:
parent
36be563127
commit
6b4719d515
@ -190,9 +190,32 @@ const config: Config = {
|
||||
"@docusaurus/plugin-client-redirects",
|
||||
{
|
||||
redirects: [
|
||||
// Social
|
||||
{
|
||||
to: "https://discord.gg/5wapsWtnF8",
|
||||
from: ["/to/discord"],
|
||||
},
|
||||
{
|
||||
to: "https://github.com/rehlds",
|
||||
from: ["/github"],
|
||||
from: ["/to/github"],
|
||||
},
|
||||
{
|
||||
to: "https://t.me/ReHLDS_Community",
|
||||
from: ["/to/telegram"],
|
||||
},
|
||||
|
||||
// Resources
|
||||
{
|
||||
to: "https://github.com/rehlds/rehlds/releases/latest",
|
||||
from: ["/get/rehlds"],
|
||||
},
|
||||
{
|
||||
to: "https://github.com/s1lentq/ReGameDLL_CS/releases/latest",
|
||||
from: ["/get/regamedll_cs"],
|
||||
},
|
||||
{
|
||||
to: "https://github.com/rehlds/metamod-r/releases/latest",
|
||||
from: ["/get/metamod-r", "/get/metamod"],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user