Skip to content

Commit 5db6683

Browse files
authored
Migrate from Kapa.ai → CrawlChat (#436)
1 parent f73fa4b commit 5db6683

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

astro.config.mjs

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -107,16 +107,9 @@ export default defineConfig({
107107
{
108108
tag: 'script',
109109
attrs: {
110-
async: true,
111-
src: 'https://widget.kapa.ai/kapa-widget.bundle.js',
112-
'data-website-id': '3dfbd0ac-9e56-4664-8315-032e17917ab6',
113-
'data-project-name': 'LocalStack',
114-
'data-project-color': '#281763',
115-
'data-project-logo':
116-
'https://avatars.githubusercontent.com/u/28732122?s=280&v=4',
117-
'data-user-analytics-fingerprint-enabled': 'true',
118-
'data-modal-disclaimer':
119-
'This is a custom LocalStack LLM to help you find the information you need by searching across all LocalStack documentation. Give it a try and let us know what you think!',
110+
src: 'https://crawlchat.app/embed.js',
111+
id: 'crawlchat-script',
112+
'data-id': '698f2c11e688991df3c7e020',
120113
},
121114
},
122115
{

0 commit comments

Comments
 (0)