Наконец, наш Forgejo переехал на git.teasanctuary.ru
This commit is contained in:
parent
f132b37f8c
commit
6d20e765f0
2 changed files with 2 additions and 2 deletions
|
@ -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';
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue