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/d52d1588f4440f804a56e591ef07db4add1337bd You should set ROOT_URL correctly, otherwise the web may not work correctly.

chore: Move .editorconfig to the repo root

It doesn't exist yet as of this commit, but a set of new JSON files will
be placed at the root of the repo and the editor config file is needed
at the root of the repo to ensure proper formatting of those JSON files.
pull/705/head
Robert Dailey 3 years ago
parent 878afc9c6d
commit d52d1588f4

@ -1,7 +1,7 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = false
root = true
[*.json]
indent_style = space
Loading…
Cancel
Save