mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
更改 monaco 地址
This commit is contained in:
parent
014e3ba5c1
commit
ccb7cacfcf
@ -413,7 +413,8 @@ if (fis.project.currentMedia() === 'publish') {
|
||||
ghPages.match('{*.min.js,monaco-editor/**.js}', {
|
||||
optimizer: null
|
||||
});
|
||||
ghPages.match('monaco-editor/**', {
|
||||
useHash: false
|
||||
ghPages.match('monaco-editor/(**)', {
|
||||
useHash: false,
|
||||
release: '/n/monaco-editor/0.17.1/$1'
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user