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/8d33b78e8e54ed45c0c9c3a121f5b901593252db/docs/json/sonarr/.editorconfig You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/docs/json/sonarr/.editorconfig

12 lines
218 B

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