josh-wong / josh-wong.github.io

This repository contains a version of my personal website and blog built on Docusaurus. The site hosts my occasionally updated blog and links to documentation in my other repositories.
http://www.080f53.com
MIT License
2 stars 0 forks source link

Remove Typebot FAQ chatbot #52

Closed josh-wong closed 4 months ago

josh-wong commented 4 months ago

Description

Provide a brief description about why this PR is necessary. Be sure to provide context.

This PR removes the Typebot AI chatbot (again) since I can't get it to work.

When trying to set up the chatbot by using https://cdn.jsdelivr.net/npm/@typebot.io/js@0.2/dist/web.js, the site builds fine locally but fails when deploying on GitHub Pages with an error stating that a plugin needs to be used.

However, when trying to use the Typebot plugins @typebot.io/js and @typebot.io/react, I get an error locally and when attempting to build the site on GitHub. Seems like there's an issue with routes that causes this issue.

[!CAUTION]

Because of what I've mentioned above, spending more time trying to add the chatbot currently is not worth the time and effort.

Related issues or PRs

Changes made

Outline the specific changes made in this pull request in the form of a bulleted list. Include relevant details, such as added features, bug fixes, code refactoring, or improvements.

Checklist

The following is a best-effort checklist. If any items in this checklist are not applicable to this PR, add N/A after each item.

Documentation

Build, deploy, and test