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