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

12 lines
217 B

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*.json]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true