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/f7c4f837bc456beccfe3d62dda0cfa7ff190340b/.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