Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/3a59b38037a51ab8177b5f73132bc7b323bf9566 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fix theme less file

pull/3113/head
Mark McDowall 10 years ago
parent f032cc8cf6
commit 3a59b38037

@ -32,7 +32,7 @@ gulp.task('less', function() {
if (phantom) {
src = [
paths.src.content + 'bootstrap.less',
paths.src.content + 'angle.less',
paths.src.content + 'theme.less',
paths.src.content + 'sonarr.less',
paths.src.content + 'overrides.less',
paths.src.root + 'Series/series.less',

Loading…
Cancel
Save