summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/sourcegraph/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/sourcegraph/index.js')
-rw-r--r--app/assets/javascripts/sourcegraph/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/sourcegraph/index.js b/app/assets/javascripts/sourcegraph/index.js
index 796e90bf08e..487a565b152 100644
--- a/app/assets/javascripts/sourcegraph/index.js
+++ b/app/assets/javascripts/sourcegraph/index.js
@@ -17,7 +17,7 @@ export default function initSourcegraph() {
return;
}
- const assetsUrl = new URL('/assets/webpack/sourcegraph/', window.location.href);
+ const assetsUrl = new URL(process.env.SOURCEGRAPH_PUBLIC_PATH, window.location.href);
const scriptPath = new URL('scripts/integration.bundle.js', assetsUrl).href;
window.SOURCEGRAPH_ASSETS_URL = assetsUrl.href;