forked from p96170835/amis
docs.json 不走cdn
This commit is contained in:
parent
625cfb75de
commit
1503c18f65
|
@ -694,6 +694,9 @@ if (fis.project.currentMedia() === 'publish') {
|
|||
ghPages.match('{*.min.js,monaco-editor/min/**.js}', {
|
||||
optimizer: null
|
||||
});
|
||||
ghPages.match('docs.json', {
|
||||
domain: null
|
||||
});
|
||||
}
|
||||
|
||||
// function docsGennerator(contents, file) {
|
||||
|
|
Loading…
Reference in New Issue