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/85b4230f8d88124464664479ac66a5b176b7a6c5/.devcontainer/Dockerfile You should set ROOT_URL correctly, otherwise the web may not work correctly.
homepage/.devcontainer/Dockerfile

7 lines
160 B

ARG VARIANT="16-buster"
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}
RUN npm install -g pnpm
ENV PATH="${PATH}:./node_modules/.bin"