diff --git a/data-room-ui/vue.config.example.js b/data-room-ui/vue.config.example.js index 4047ff63..34ccbcf4 100644 --- a/data-room-ui/vue.config.example.js +++ b/data-room-ui/vue.config.example.js @@ -42,7 +42,7 @@ module.exports = { }, publicPath: process.env.VUE_APP_HISTORY === 'y' ? process.env.VUE_APP_BASE : './', - outputDir: 'data-room-ui', + outputDir: 'bigScreen', assetsDir: 'static', lintOnSave: false, productionSourceMap: false,