forked from phoenix/litellm-mirror
added crisp chat
This commit is contained in:
parent
c3ed7e2b29
commit
065233d9ab
1 changed files with 14 additions and 1 deletions
|
@ -40,7 +40,20 @@ const config = {
|
||||||
],
|
],
|
||||||
[ require.resolve('docusaurus-lunr-search'), {
|
[ require.resolve('docusaurus-lunr-search'), {
|
||||||
languages: ['en'] // language codes
|
languages: ['en'] // language codes
|
||||||
}]
|
}],
|
||||||
|
() => ({
|
||||||
|
name: 'cripchat',
|
||||||
|
injectHtmlTags() {
|
||||||
|
return {
|
||||||
|
headTags: [
|
||||||
|
{
|
||||||
|
tagName: 'script',
|
||||||
|
innerHTML: `window.$crisp=[];window.CRISP_WEBSITE_ID="be07a4d6-dba0-4df7-961d-9302c86b7ebc";(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();`,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
||||||
|
},
|
||||||
|
}),
|
||||||
],
|
],
|
||||||
|
|
||||||
presets: [
|
presets: [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue