Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/f2e9e57d5732cbc81dbcc2670d1a96626caaefc7
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
38 additions and
2 deletions
@ -96,6 +96,15 @@
"value" : "\\[smol\\]|-smol\\b"
}
} ,
{
"name" : "SoM" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\[SoM\\]|-SoM\\b"
}
} ,
{
"name" : "Vanilla" ,
"implementation" : "ReleaseTitleSpecification" ,
@ -114,6 +114,15 @@
"value" : "\\[Crow\\]|-Crow\\b"
}
} ,
{
"name" : "CsS" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(CsS)\\b"
}
} ,
{
"name" : "CUNNY" ,
"implementation" : "ReleaseTitleSpecification" ,
@ -124,12 +133,12 @@
}
} ,
{
"name" : "C sS ",
"name" : "C unnysseur ",
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(C sS )\\b"
"value" : "\\b(C unnysseur )\\b"
}
} ,
{
@ -105,6 +105,15 @@
"value" : "\\[smol\\]|-smol\\b"
}
} ,
{
"name" : "SoM" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\[SoM\\]|-SoM\\b"
}
} ,
{
"name" : "Vanilla" ,
"implementation" : "ReleaseTitleSpecification" ,
@ -141,6 +141,15 @@
"value" : "\\b(CUNNY)\\b"
}
} ,
{
"name" : "Cunnysseur" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(Cunnysseur)\\b"
}
} ,
{
"name" : "D-Z0N3" ,
"implementation" : "ReleaseTitleSpecification" ,