diff --git a/fis-conf.js b/fis-conf.js index 1c8faf5e..fa721992 100644 --- a/fis-conf.js +++ b/fis-conf.js @@ -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) {