diff --git a/src/views/chatbot/index.vue b/src/views/chatbot/index.vue index 797f2bc..47a70aa 100644 --- a/src/views/chatbot/index.vue +++ b/src/views/chatbot/index.vue @@ -13,14 +13,16 @@ export default { }, mounted: () => { let host = 'https://joinbot.tk/bot' + let stylesheetdir = '/bot/assets/modules/channel-web/chat.css' if (process.env.NODE_ENV === 'development') { host = 'http://localhost:3000' + stylesheetdir = '/assets/modules/channel-web/chat.css' } window.botpressWebChat.init({ host: host, botId: 'joinbot', enableReset: false, enableTranscriptDownload: false, hideWidget: true, - extraStylesheet: '/assets/modules/channel-web/chat.css', + extraStylesheet: stylesheetdir, botName: 'Joe' }) setTimeout(() => {