Skip to content

Commit ace89c0

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

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
@@ -174,7 +174,7 @@ To add server-rendered data in your Next.js project using the App Router, edit a
174174
175175
## Adding an API route
176176
177-
In addition to Server Components, Next.js provides [Route Handlers](https://nextjs.org/docs/app/building-your-application/routing/route-handlers) which can be used to create API routes to your Next.js application. These APIs can be fetched in [Client Components](https://nextjs.org/docs/app/building-your-application/rendering/client-components).
177+
In addition to Server Components, Next.js provides [Route Handlers](https://nextjs.org/docs/app/building-your-application/routing/route-handlers) you can use to create API routes to your Next.js application. These APIs can be fetched in [Client Components](https://nextjs.org/docs/app/building-your-application/rendering/client-components).
178178
179179
Begin by adding an API route.
180180

0 commit comments

Comments
 (0)