Skip to content

Commit 7f2fae9

Browse files
acrolinx updates
1 parent 4ffb67a commit 7f2fae9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/static-web-apps/nextjs.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: static-web-apps
55
author: aaronpowell
66
ms.service: static-web-apps
77
ms.topic: how-to
8-
ms.date: 10/12/2022
8+
ms.date: 04/25/2024
99
ms.author: aapowell
1010
ms.custom: devx-track-js
1111
---
@@ -14,13 +14,10 @@ ms.custom: devx-track-js
1414

1515
Next.js support on Azure Static Web Apps can be categorized as two deployment models:
1616

17-
- **Hybrid**: Hybrid Next.js sites, which includes support for all Next.js features such as the [App Router](https://nextjs.org/docs/app), the [Pages Router](https://nextjs.org/docs/pages) and [React Server Components](https://nextjs.org/docs/app/building-your-application/rendering/server-components)
18-
17+
- **Hybrid**: Hybrid Next.js sites, which include support for all Next.js features such as the [App Router](https://nextjs.org/docs/app), the [Pages Router](https://nextjs.org/docs/pages) and [React Server Components](https://nextjs.org/docs/app/building-your-application/rendering/server-components)
1918

2019
- **Static**: Static Next.js sites, which use the [Static HTML Export](https://nextjs.org/docs/advanced-features/static-html-export) option of Next.js.
2120

22-
23-
2421
## Hybrid Next.js applications (preview)
2522

2623
Static Web Apps supports deploying hybrid Next.js websites. This enables support for all Next.js features, such as the [App Router](https://nextjs.org/docs/app) and [React Server Components](https://nextjs.org/docs/app/building-your-application/rendering/server-components).

0 commit comments

Comments
 (0)