Наконец, наш 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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue