mirror of
https://github.com/suren-atoyan/monaco-react.git
synced 2026-01-25 16:02:35 +00:00
move from unpkg to cdn.jsdelivr
This commit is contained in:
parent
2f93748993
commit
f99fd29bbc
@ -1,7 +1,7 @@
|
||||
const config = {
|
||||
urls: {
|
||||
monacoLoader: 'https://unpkg.com/monaco-editor@0.17.1/min/vs/loader.js',
|
||||
monacoBase: 'https://unpkg.com/monaco-editor@0.17.1/min/vs'
|
||||
monacoLoader: 'https://cdn.jsdelivr.net/npm/monaco-editor@0.17.1/min/vs/loader.js',
|
||||
monacoBase: 'https://cdn.jsdelivr.net/npm/monaco-editor@0.17.1/min/vs'
|
||||
},
|
||||
|
||||
theme: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user