From 2b602e2c2656b7b2dec37d7f6e2f25231c749515 Mon Sep 17 00:00:00 2001 From: Rom Date: Thu, 2 Jan 2025 13:52:44 +0100 Subject: [PATCH] docs: make SSR page easier to be found (#19080) --- docs/guide/ssr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/ssr.md b/docs/guide/ssr.md index f75858edc6f3eb..a5578338d1e649 100644 --- a/docs/guide/ssr.md +++ b/docs/guide/ssr.md @@ -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.