diff --git a/contentcuration/contentcuration/frontend/shared/vuex/file/utils.js b/contentcuration/contentcuration/frontend/shared/vuex/file/utils.js index 0b8e3c3524..151b2ab449 100644 --- a/contentcuration/contentcuration/frontend/shared/vuex/file/utils.js +++ b/contentcuration/contentcuration/frontend/shared/vuex/file/utils.js @@ -58,7 +58,7 @@ export function storageUrl(checksum, file_format) { return ''; } /*eslint no-undef: "error"*/ - return `${window.storageBaseUrl}${checksum[0]}/${checksum[1]}/${checksum}.${file_format}`; + return `/content/storage/${checksum[0]}/${checksum[1]}/${checksum}.${file_format}`; } /**