Skip to content

Commit

Permalink
Enable chat bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Tai Shi Ling committed Jul 11, 2023
1 parent 69b8fdc commit 86b38f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ export default {
// chat bot
// ["link", {rel: "stylesheet", type: "text/css", href: basePath + 'static/chat/UiChatBot.css'}],
// - using /styles/_UiChatBot.scss instead
// ["script", {src: basePath + 'static/chat/UiChatBot.js'}],
// ["script", {src: basePath + 'static/chat/UiChatBotSetup.js'}],
["script", {src: basePath + 'static/chat/UiChatBot.js'}],
["script", {src: basePath + 'static/chat/UiChatBotSetup.js'}],
//----------------------------------------
// table of contents scroll fix (it breaks when chatbot is installed on page)
["script", {src: basePath + 'static/toc-scroll-fix.js'}]
Expand Down

0 comments on commit 86b38f8

Please sign in to comment.