We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0842f7a commit 4aaf62cCopy full SHA for 4aaf62c
src/index.tsx
@@ -203,7 +203,7 @@ window.MonacoEnvironment = {
203
function getWorkerFor(worker: string): string {
204
// tslint:disable-next-line:max-line-length
205
const WORKER_PATH =
206
- 'https://graphstagingblobstorage.blob.core.windows.net/staging/vendor/bower_components/explorer-v2/build';
+ 'https://res.public.onecdn.static.microsoft/s01-prod/vendor/bower_components/explorer-v2/build';
207
208
return `data:text/javascript;charset=utf-8,${encodeURIComponent(`
209
importScripts('${WORKER_PATH}/${worker}.worker.js');`)}`;
0 commit comments