diff --git a/docs/deployment.md b/docs/deployment.md index 6fe513891647a30..fc09ac4108fdac6 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -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) @@ -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)