Skip to content

Commit de65fa4

Browse files
Update articles/static-web-apps/deploy-nextjs-hybrid.md
Co-authored-by: Craig Shoemaker <[email protected]>
1 parent ace89c0 commit de65fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Once GitHub Actions workflow is complete, you can select the URL link to open th
121121

122122
## Add Server-Rendered data with a Server Component
123123

124-
To add server-rendered data in your Next.js project using the App Router, edit a Next.js component to add a server-side operations and render these in this component. By default, Next.js components are [Server Components](https://nextjs.org/docs/app/building-your-application/data-fetching/fetching-caching-and-revalidating) that can be server-rendered.
124+
To add server-rendered data in your Next.js project using the App Router, edit a Next.js component to add a server-side operations to render data in the component. By default, Next.js components are [Server Components](https://nextjs.org/docs/app/building-your-application/data-fetching/fetching-caching-and-revalidating) that can be server-rendered.
125125

126126
1. Open the `app/page.tsx` file and add an operation that sets the value of a variable, which is computed server-side. Examples include fetching data or other server operations.
127127

0 commit comments

Comments
 (0)