Наконец, наш 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';