Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
},
{
Expand Down