You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/guide/ssr.md
-4
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,6 @@ This is a low-level API meant for library and framework authors. If your goal is
12
12
Currently, Vite is working on an improved SSR API with the [Environment API](https://github.com/vitejs/vite/discussions/16358). Check out the link for more details.
13
13
:::
14
14
15
-
:::tip Help
16
-
If you have questions, the community is usually helpful at [Vite Discord's #ssr channel](https://discord.gg/PkbxgzPhJv).
17
-
:::
18
-
19
15
## Example Projects
20
16
21
17
Vite provides built-in support for server-side rendering (SSR). [`create-vite-extra`](https://github.com/bluwy/create-vite-extra) contains example SSR setups you can use as references for this guide:
0 commit comments