fix: use the raw files for the terms and privacy

This commit is contained in:
Jet 2026-03-14 19:44:46 -07:00
parent 4eab41e129
commit b1c4ca1b73
No known key found for this signature in database

View file

@ -12,8 +12,8 @@ in
# minecraft.compsigh.club → redirect to git repo # minecraft.compsigh.club → redirect to git repo
"${domain}" = { "${domain}" = {
extraConfig = '' extraConfig = ''
redir /terms ${gitRepo}/src/branch/main/terms.txt permanent redir /terms ${gitRepo}/raw/branch/main/terms.txt permanent
redir /privacy ${gitRepo}/src/branch/main/privacy.txt permanent redir /privacy ${gitRepo}/raw/branch/main/privacy.txt permanent
redir ${gitRepo} permanent redir ${gitRepo} permanent
''; '';
}; };