Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/src/commit/87b056461ba7d1dff3bd072e43c70116a8417129/.editorconfig You should set ROOT_URL correctly, otherwise the web may not work correctly.
sherlock/.editorconfig

19 lines
306 B

root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
curly_bracket_next_line = false
spaces_around_operators = true
[*.{markdown,md}]
trim_trailing_whitespace = false
[*.py]
indent_size = 4
quote_type = double