From c0590aacf19ce60e10e586647643ba02f51cc08b Mon Sep 17 00:00:00 2001 From: Harsh Mishra Date: Sat, 14 Feb 2026 11:02:07 +0530 Subject: [PATCH] =?UTF-8?q?Migrate=20from=20Kapa.ai=20=E2=86=92=20CrawlCha?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astro.config.mjs | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 31ba23ec..5d207bf5 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -107,16 +107,9 @@ export default defineConfig({ { tag: 'script', attrs: { - async: true, - src: 'https://widget.kapa.ai/kapa-widget.bundle.js', - 'data-website-id': '3dfbd0ac-9e56-4664-8315-032e17917ab6', - 'data-project-name': 'LocalStack', - 'data-project-color': '#281763', - 'data-project-logo': - 'https://avatars.githubusercontent.com/u/28732122?s=280&v=4', - 'data-user-analytics-fingerprint-enabled': 'true', - 'data-modal-disclaimer': - '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!', + src: 'https://crawlchat.app/embed.js', + id: 'crawlchat-script', + 'data-id': '698f2c11e688991df3c7e020', }, }, {