Skip to content

Commit b0b39e8

Browse files
committed
Switch to jsdelivr
1 parent f5459b4 commit b0b39e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/virtuoso.dev/src/theme/CodeBlock/LiveCodeBlock/esmTransform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export async function transformToFunctionBody(code: string) {
1010
esBuildInitializePromise = new Promise<void>((resolve, reject) => {
1111
esbuild
1212
.initialize({
13-
wasmURL: 'https://unpkg.com/esbuild-wasm@0.25.1/esbuild.wasm',
13+
wasmURL: 'https://cdn.jsdelivr.net/npm/esbuild-wasm@0.25.1/esbuild.wasm',
1414
})
1515
.then(() => {
1616
resolve()

0 commit comments

Comments
 (0)