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