From 1a598c21ce0a7743f0ef4b649d41659e509688ea Mon Sep 17 00:00:00 2001 From: Highbury1993 <872244358@qq.com> Date: Thu, 12 Feb 2026 16:01:28 +0800 Subject: [PATCH] fix:update cdn endpoint --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 1778085cd..dae015156 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -203,7 +203,7 @@ window.MonacoEnvironment = { function getWorkerFor(worker: string): string { // tslint:disable-next-line:max-line-length const WORKER_PATH = - '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'; return `data:text/javascript;charset=utf-8,${encodeURIComponent(` importScripts('${WORKER_PATH}/${worker}.worker.js');`)}`;