Наконец, наш Forgejo переехал на git.teasanctuary.ru

This commit is contained in:
Иван Кузьменко 2025-07-17 21:00:03 +03:00
parent f132b37f8c
commit 6d20e765f0
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ const specialResolvers: Record<string, (url: URL) => string> = {
if (prefix[0] === "hl") {
return 'hl.teasanctuary.ru';
}
if (prefix[0] === "git" || url.pathname.split('/')[1] == "git") {
if (prefix[0] === "git") {
return 'git.teasanctuary.ru';
}
return 'teasanctuary.ru';

View file

@ -75,7 +75,7 @@
<SocialButton class="w-60 shrink-0" href="https://github.com/TeaSanctuary/">
GitHub
</SocialButton>
<SocialButton class="w-60 shrink-0" href="https://teasanctuary.ru/git">
<SocialButton class="w-60 shrink-0" href="https://git.teasanctuary.ru">
Наш Git
</SocialButton>
<SocialButton class="w-60 shrink-0" href="https://hl.teasanctuary.ru">