Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/src/commit/838ed5de0733219d87e8d859f6fa4ebde51dbb1d/jsconfig.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
homepage/jsconfig.json

5 lines
63 B

{
"compilerOptions": {
"baseUrl": "./src/",
}
}