docs.json 不走cdn

This commit is contained in:
2betop 2020-08-21 15:13:39 +08:00
parent 625cfb75de
commit 1503c18f65
1 changed files with 3 additions and 0 deletions

View File

@ -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) {