We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 886fa6c commit 6aff1e4Copy full SHA for 6aff1e4
1 file changed
packages/docs/docs/Usage/embeddedchat_setup.md
@@ -34,7 +34,7 @@ To use the `EmbeddedChat` component, include it in your component's render metho
34
### **Note (Required when using EmbeddedChat on a Vite Project):**
35
- To ensure proper functionality with the EmbeddedChat component in a `Vite` project, modify your `vite.config.js` or `vite.config.ts` as follows:
36
- Add these lines 👇 after `plugins: [react()]`, in the `defineConfig` function:
37
-```json
+```
38
base: "/",
39
define: {
40
"process.env": {},
0 commit comments