Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/6c22a5ffdbd613b8df647412fe31e853c4f47b83/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/, '');
|
|
};
|