Update redirects

This commit is contained in:
Sergey Shorokhov 2024-11-10 00:23:47 +03:00
parent 36be563127
commit 6b4719d515

View File

@ -190,9 +190,32 @@ const config: Config = {
"@docusaurus/plugin-client-redirects", "@docusaurus/plugin-client-redirects",
{ {
redirects: [ redirects: [
// Social
{
to: "https://discord.gg/5wapsWtnF8",
from: ["/to/discord"],
},
{ {
to: "https://github.com/rehlds", 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"],
}, },
], ],
}, },