Skip to content

Commit 4a894d5

Browse files
authored
Update articles/static-web-apps/deploy-nextjs-hybrid.md
1 parent bf9faa9 commit 4a894d5

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
@@ -317,7 +317,7 @@ You will also need to configure the `build` command in the `package.json` file i
317317
}
318318
```
319319
320-
## Configure your Next.js routing and Middleware for deployment to Azure Static Web Apps
320+
## Configure your Next.js routing and middleware for deployment to Azure Static Web Apps
321321
322322
Your Next.js project can be configured to have custom handling of routes with redirects, rewrites, and middleware. These handlers are commonly used for authentication, personalization, routing, and internationalization. Custom handling affects the default routing of your Next.js site and the configuration must be compatible with hosting on Static Web Apps.
323323

0 commit comments

Comments
 (0)