Skip to content

Commit 2b602e2

Browse files
authored
docs: make SSR page easier to be found (#19080)
1 parent a492253 commit 2b602e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/ssr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Server-Side Rendering
1+
# Server-Side Rendering (SSR)
22

33
:::tip Note
44
SSR specifically refers to front-end frameworks (for example React, Preact, Vue, and Svelte) that support running the same application in Node.js, pre-rendering it to HTML, and finally hydrating it on the client. If you are looking for integration with traditional server-side frameworks, check out the [Backend Integration guide](./backend-integration) instead.

0 commit comments

Comments
 (0)