Skip to content

Commit 7ee2e96

Browse files
authored
feat: add Chatbase.co (#35)
* feat: add Chatbase.co * chore: update Chatbot ID
1 parent 1eb0c0f commit 7ee2e96

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.vitepress/config.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,17 @@ export default {
8787
"script",
8888
{},
8989
`
90-
window.chatbaseConfig = {
91-
chatbotId: "",
90+
window.embeddedChatbotConfig = {
91+
chatbotId: "EQaK-bS8IoS60vEkoYKQm",
92+
domain: "www.chatbase.co"
9293
}
9394
`,
9495
],
9596
[
9697
"script",
9798
{
9899
src: "https://www.chatbase.co/embed.min.js",
100+
chatbotId: "EQaK-bS8IoS60vEkoYKQm",
99101
id: "",
100102
defer: true,
101103
},

0 commit comments

Comments
 (0)