Skip to content

Commit

Permalink
[Doc] Update Next.js + Static Web Apps (#41857)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Reshmi-Sriram committed Oct 26, 2022
1 parent 97422c6 commit a1072c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment.md
Expand Up @@ -109,7 +109,6 @@ The following services support Next.js `v12+`. Below, you’ll find examples or

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

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

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

Expand Down

0 comments on commit a1072c6

Please sign in to comment.