Skip to content

Commit

Permalink
docs(guide/ssr): Fix link to react plugin repo (#11164)
Browse files Browse the repository at this point in the history
  • Loading branch information
machour committed Dec 3, 2022
1 parent 1682dcc commit 3cd86be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/ssr.md
Expand Up @@ -19,7 +19,7 @@ If you have questions, the community is usually helpful at [Vite Discord's #ssr
Vite provides built-in support for server-side rendering (SSR). The Vite playground contains example SSR setups for Vue 3 and React, which can be used as references for this guide:

- [Vue 3](https://github.com/vitejs/vite-plugin-vue/tree/main/playground/ssr-vue)
- [React](https://github.com/vitejs/vite-plugin-vue/tree/main/playground/ssr-react)
- [React](https://github.com/vitejs/vite-plugin-react/tree/main/playground/ssr-react)

## Source Structure

Expand Down

0 comments on commit 3cd86be

Please sign in to comment.