Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/blame/commit/2511c310f13e8723a905078a69e47935a2acb2d4/frontend/.husky/pre-commit You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/frontend/.husky/pre-commit

8 lines
140 B

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
[ -n "$CI" ] && exit 0
cd frontend || exit
npx pretty-quick --staged --pattern "frontend/**/*.*"