From f40854b0e1b61d43092468461afd860c8168f1de Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 4 Jul 2023 12:14:42 -0400 Subject: [PATCH] Add who is using OpenNext section in readme (#149) * Add who is using OpenNext section in readme * Sync --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 10097edd..819304fe 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,11 @@ OpenNext aims to support all Next.js 13 features. Some features are work in prog - [x] [Running at edge](#running-at-edge) - [x] [No cold start](#how-warming-works) +## Who is using OpenNext? + +[NHS England](https://github.com/nhs-england-tools/terraform-aws-opennext) +[Udacity](https://engineering.udacity.com/deploying-next-js-on-the-edge-with-sst-is-sst-the-game-changer-its-claimed-to-be-1f05a0abc27c) + ## How does OpenNext work? When calling `open-next build`, OpenNext **runs `next build`** to build the Next.js app, and then **transforms the build output** to a format that can be deployed to AWS.