Skip to content

Commit

Permalink
updating the frameworks link
Browse files Browse the repository at this point in the history
  • Loading branch information
OvidijusParsiunas committed Jun 23, 2024
1 parent fe7ce45 commit a98bcb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/examples/frameworks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Use the `deep-chat-react` package and lazy load it using Next's `dynamic` extens
When using [App Router](https://nextjs.org/docs/app) - make sure to set `"use client"` at the top of your file.

[Click for Live Example - App Router](https://stackblitz.com/edit/deep-chat-nextjs-app?file=app%2Fpage.tsx) <br />
[Click for Live Example - Page Router](https://stackblitz.com/edit/deep-chat-nextjs?file=pages%2Findex.tsx) <br />
[Click for Live Example - Pages Router](https://stackblitz.com/edit/deep-chat-nextjs?file=pages%2Findex.tsx) <br />
[Click for GitHub](https://github.com/OvidijusParsiunas/deep-chat/tree/main/example-servers/nextjs)

<img src={nuxtLogo} width="32" style={{float: 'left', marginRight: '10px', marginTop: '27px'}} />
Expand Down

0 comments on commit a98bcb5

Please sign in to comment.