docs.json 不走cdn

This commit is contained in:
2betop 2020-08-21 15:13:39 +08:00
parent 3e43ca399c
commit 9a627f57d8
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}', {
optimizer: null
});
ghPages.match('docs.json', {
domain: null
});
}
// function docsGennerator(contents, file) {