Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit e6ded1a

Browse files
committed
comment out chatbase
1 parent f7bf86f commit e6ded1a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.vitepress/config.ts

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -78,23 +78,23 @@ export default withMermaid({
7878
["meta", { name: "twitter:url", content: "https://evolve.dev" }],
7979
["meta", { name: "og:image", content: "/img/Evolve-cover.jpg" }],
8080
["meta", { name: "apple-mobile-web-app-title", content: "Evolve" }],
81-
[
82-
"script",
83-
{},
84-
`
85-
window.chatbaseConfig = {
86-
chatbotId: "sw0sRxREFEQLTdqwC_Fbe",
87-
}
88-
`,
89-
],
90-
[
91-
"script",
92-
{
93-
src: "https://www.chatbase.co/embed.min.js",
94-
id: "sw0sRxREFEQLTdqwC_Fbe",
95-
defer: true,
96-
},
97-
],
81+
// [
82+
// "script",
83+
// {},
84+
// `
85+
// window.chatbaseConfig = {
86+
// chatbotId: "sw0sRxREFEQLTdqwC_Fbe",
87+
// }
88+
// `,
89+
// ],
90+
// [
91+
// "script",
92+
// {
93+
// src: "https://www.chatbase.co/embed.min.js",
94+
// id: "sw0sRxREFEQLTdqwC_Fbe",
95+
// defer: true,
96+
// },
97+
// ],
9898
[
9999
"script",
100100
{

0 commit comments

Comments
 (0)