Skip to content

Commit 4aaf62c

Browse files
authored
fix:update cdn endpoint (#4012)
1 parent 0842f7a commit 4aaf62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ window.MonacoEnvironment = {
203203
function getWorkerFor(worker: string): string {
204204
// tslint:disable-next-line:max-line-length
205205
const WORKER_PATH =
206-
'https://graphstagingblobstorage.blob.core.windows.net/staging/vendor/bower_components/explorer-v2/build';
206+
'https://res.public.onecdn.static.microsoft/s01-prod/vendor/bower_components/explorer-v2/build';
207207

208208
return `data:text/javascript;charset=utf-8,${encodeURIComponent(`
209209
importScripts('${WORKER_PATH}/${worker}.worker.js');`)}`;

0 commit comments

Comments
 (0)