Skip to content

Commit

Permalink
docs: make SSR page easier to be found
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout authored Dec 26, 2024
1 parent f7b1964 commit 0b8d103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/ssr.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Server-Side Rendering
# Server-Side Rendering (SSR)

:::tip Note
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.
Expand Down

0 comments on commit 0b8d103

Please sign in to comment.