Skip to content

Commit

Permalink
feat: add Chatbase.co (#35)
Browse files Browse the repository at this point in the history
* feat: add Chatbase.co

* chore: update Chatbot ID
  • Loading branch information
HoangVD2 authored and davidp94 committed Apr 16, 2024
1 parent 1eb0c0f commit 8ceaae6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,17 @@ export default {
"script",
{},
`
window.chatbaseConfig = {
chatbotId: "",
window.embeddedChatbotConfig = {
chatbotId: "EQaK-bS8IoS60vEkoYKQm",
domain: "www.chatbase.co"
}
`,
],
[
"script",
{
src: "https://www.chatbase.co/embed.min.js",
chatbotId: "EQaK-bS8IoS60vEkoYKQm",
id: "",
defer: true,
},
Expand Down

0 comments on commit 8ceaae6

Please sign in to comment.