Skip to content

Commit 6aff1e4

Browse files
devanshkansagraSpiral-Memory
authored andcommitted
Small change
1 parent 886fa6c commit 6aff1e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/docs/docs/Usage/embeddedchat_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To use the `EmbeddedChat` component, include it in your component's render metho
3434
### **Note (Required when using EmbeddedChat on a Vite Project):**
3535
- To ensure proper functionality with the EmbeddedChat component in a `Vite` project, modify your `vite.config.js` or `vite.config.ts` as follows:
3636
- Add these lines 👇 after `plugins: [react()]`, in the `defineConfig` function:
37-
```json
37+
```
3838
base: "/",
3939
define: {
4040
"process.env": {},

0 commit comments

Comments
 (0)