Skip to content

Commit 27e0c72

Browse files
Merge pull request #278723 from craigshoemaker/swa/ssr-header
[Static Web Apps] Update: Deploy Next.js hybrid -> new ssr header
2 parents 169c28a + c153346 commit 27e0c72

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

articles/static-web-apps/deploy-nextjs-hybrid.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ Once GitHub Actions workflow is complete, you can select the URL link to open th
122122

123123
## Set up server side rendering
124124

125+
A managed backed is automatically available for every hybrid Next.js deployment in all plans. However, you can fine- tune performance and take more control of the backend by assigning a custom backend to your site. If you switch between a managed backend to a linked backend, your site experiences no downtime.
126+
127+
### Bring your own backend
128+
129+
You can improve performance and gain more control over the Next.js server side rendering when you bring your backend. Use the following steps to set up a custom backend for your site.
130+
125131
[!INCLUDE [Server side rendering](../../includes/static-web-apps/static-web-apps-nextjs-backends.md)]
126132

127133
## Add Server-Rendered data with a Server Component

includes/static-web-apps/static-web-apps-nextjs-backends.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ ms.date: 06/11/2024
66
ms.author: cshoe
77
---
88

9-
A managed backed is automatically available for every hybrid Next.js deployment in all plans. However, you can fine- tune performance and take more control of the backend by assigning a custom backend to your site. If you switch between a managed backend to a linked backend, your site experiences no downtime.
10-
119
The following steps show you how to associate a custom backend to your Standard plan and above static web apps.
1210

1311
> [!NOTE]

0 commit comments

Comments
 (0)