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

Remove unneeded bundle config

With the new bundling config stuff this is no longer needed
pull/1358/head
Matt Jeanes 8 years ago committed by GitHub
parent 13b6bee0eb
commit d765bcbe76

@ -14,14 +14,7 @@ if (envs[envVar]) {
export var config = {
envs: envs,
env: env,
systemJS: {
bundle: <boolean>{
[envs.local]: false,
[envs.next]: true,
[envs.live]: true
}[env]
}
env: env
}
export default config;
export default config;

Loading…
Cancel
Save