8000 docs: switch playground to new CDN (#10510) · 43081j/typescript-eslint@6fb5c3e · GitHub
[go: up one dir, main page]

Skip to content

Commit 6fb5c3e

Browse files
authored
docs: switch playground to new CDN (typescript-eslint#10510)
Switch playground to new CDN
1 parent d24a828 commit 6fb5c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/website/src/components/editor/loadSandbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function loadSandbox(tsVersion: string): Promise<SandboxModel> {
2525
paths: {
2626
linter: '/sandbox',
2727
sandbox: 'https://www.typescriptlang.org/js/sandbox',
28-
vs: `https://typescript.azureedge.net/cdn/${tsVersion}/monaco/min/vs`,
28+
vs: `https://playgroundcdn.typescriptlang.org/cdn/${tsVersion}/monaco/min/vs`,
2929
},
3030
// This is something you need for monaco to work
3131
ignoreDuplicateModules: ['vs/editor/editor.main'],

0 commit comments

Comments
 (0)
0