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

Update build.cake

pull/1488/head
Jamie 8 years ago committed by GitHub
parent c8a67eb5af
commit 20384ec167

@ -102,7 +102,7 @@ var runScriptSettings = new NpmRunScriptSettings {
};
NpmRunScript(runScriptSettings);
})
});
Task("Build")
.IsDependentOn("Restore")

Loading…
Cancel
Save