Skip to content

Commit

Permalink
feat: add chatbase scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneGoosen committed Sep 9, 2024
1 parent 919d8b0 commit 4ba1bfd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,17 @@ const { title, description, image, articleDate } = Astro.props
margin-left: calc(100vw - 100%); /* prevent layout shift */
}
</style>
<script>
window.embeddedChatbotConfig = {
chatbotId: 'kIjPNUQCBNQTNMUt1ldgG',
domain: 'www.chatbase.co'
}
</script>
<script
src='https://www.chatbase.co/embed.min.js'
chatbotId='kIjPNUQCBNQTNMUt1ldgG'
domain='www.chatbase.co'
defer
></script>
</body>
</html>

0 comments on commit 4ba1bfd

Please sign in to comment.