Skip to content

Commit 487b807

Browse files
authored
doc: add note in SSR guide about Vite Discord's #ssr channel (#2293)
1 parent e65110b commit 487b807

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/guide/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,7 @@ yarn link
127127
```
128128

129129
Then go to your vite based project and run `yarn link vite`. Now restart the development server (`yarn dev`) to ride on the bleeding edge!
130+
131+
## Community
132+
133+
If you have questions or need help, reach out to the community at [Discord](https://discord.gg/4cmKdMfpU5) and [GitHub Discussions](https://github.com/vitejs/vite/discussions).

docs/guide/ssr.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ SSR specifically refers to front-end frameworks (for example React, Preact, Vue,
1010
The following guide also assumes prior experience working with SSR in your framework of choice, and will only focus on Vite-specific integration details.
1111
:::
1212

13+
:::tip Help
14+
If you have questions, the community is usually helpful at [Vite Discord's #ssr channel](https://discord.gg/PkbxgzPhJv).
15+
:::
16+
1317
## Example Projects
1418

1519
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:

0 commit comments

Comments
 (0)