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