Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/blame/commit/60811095d2dbc532af4b8e045418fc99d7c801a5/.vscode/settings.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/.vscode/settings.json

23 lines
563 B

{
"files.associations": {
".pages": "yaml"
},
"yaml.schemas": {
"https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json": "untitled:Untitled-1"
},
"json.schemas": [
{
"fileMatch": ["docs/json/guide-only/*.json"],
"url": "./schemas/guide-only-cf.schema.json"
},
{
"fileMatch": ["docs/json/radarr/cf/*.json"],
"url": "./schemas/radarr-cf.schema.json"
},
{
"fileMatch": ["docs/json/sonarr/cf/*.json"],
"url": "./schemas/sonarr-cf.schema.json"
}
]
}