diff --git a/fis-conf.js b/fis-conf.js index 4ea39ff21..8306f4944 100644 --- a/fis-conf.js +++ b/fis-conf.js @@ -413,7 +413,8 @@ if (fis.project.currentMedia() === 'publish') { ghPages.match('{*.min.js,monaco-editor/**.js}', { optimizer: null }); - ghPages.match('monaco-editor/**', { - useHash: false + ghPages.match('monaco-editor/(**)', { + useHash: false, + release: '/n/monaco-editor/0.17.1/$1' }); }