Skip to content

Commit a1072c6

Browse files
[Doc] Update Next.js + Static Web Apps (vercel#41857)
Update to reflect the latest addition of Hybrid (Static + SSR) Next.js support in Azure Static Web Apps. For more information kindly refer to https://aka.ms/swanextjsssr ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have a helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have a helpful link attached, see `contributing.md` ## Documentation / Examples - [ ] Make sure the linting passes by running `pnpm lint` - [ ] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
1 parent 97422c6 commit a1072c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ The following services support Next.js `v12+`. Below, you’ll find examples or
109109

110110
The following services support deploying Next.js using [`next export`](/docs/advanced-features/static-html-export.md).
111111

112-
- [Azure Static Web Apps](https://docs.microsoft.com/en-us/azure/static-web-apps/deploy-nextjs)
113112
- [Cloudflare Pages](https://developers.cloudflare.com/pages/framework-guides/deploy-a-nextjs-site/)
114113
- [Firebase](https://github.com/vercel/next.js/tree/canary/examples/with-firebase-hosting)
115114
- [GitHub Pages](https://github.com/vercel/next.js/tree/canary/examples/github-pages)
@@ -119,6 +118,7 @@ You can also manually deploy the [`next export`](/docs/advanced-features/static-
119118
### Serverless
120119

121120
- [AWS Serverless](https://github.com/serverless-nextjs/serverless-next.js)
121+
- [Azure Static Web Apps](https://learn.microsoft.com/en-us/azure/static-web-apps/nextjs)
122122
- [Terraform](https://github.com/milliHQ/terraform-aws-next-js)
123123
- [Netlify](https://docs.netlify.com/integrations/frameworks/next-js)
124124

0 commit comments

Comments
 (0)