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/83e27aa41a9e1f79a22d992d8b09cb9b063cc91d/.vscode/settings.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
homepage/.vscode/settings.json

6 lines
90 B

{
"files.exclude": {
"**/.next": true,
"**/node_modules": true
}
}