Skip to content

Commit 3988242

Browse files
committed
Update message.mdx
1 parent d1a79c0 commit 3988242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/content/docs/components/(chatbot)/message.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The `Message` component suite provides a complete set of tools for building chat
1212
**Important:** After adding the component, you'll need to add the following to your `globals.css` file:
1313

1414
```css
15-
@source "../node_modules/streamdown/dist/index.js";
15+
@source "../node_modules/streamdown/dist/*.js";
1616
```
1717

1818
This is **required** for the MessageResponse component to work properly. Without this import, the Streamdown styles will not be applied to your project. See [Streamdown's documentation](https://streamdown.ai/) for more details.

0 commit comments

Comments
 (0)