Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/src/commit/f5118fc43049ce4864a2d094470324e297dbaad8/gulp/pipelines/gulp-bom.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
var replace = require('gulp-replace');
|
|
module.exports = function() {
|
|
return replace(/^\uFEFF/, '');
|
|
};
|