From 653c09eb07a9dfc4da8a0559aed25fecdd2ad370 Mon Sep 17 00:00:00 2001 From: magnus Date: Sat, 19 Oct 2024 23:23:26 +0200 Subject: [PATCH 1/4] fix readme features list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 623f06c95..529525efb 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ OpenNext aims to support all Next.js 14 features. Some features are work in prog - [x] Image optimization - [x] [NextAuth.js](https://next-auth.js.org) - [x] Running at edge -- [*] [Almost no coldstart](#coldstart) +- [x] [Almost no coldstart (*)](#coldstart) ## Who is using OpenNext? From e21829efd21b269fad57fe6161df41d82e7c36fc Mon Sep 17 00:00:00 2001 From: magnus Date: Sun, 20 Oct 2024 09:05:04 +0200 Subject: [PATCH 2/4] remove style attribute and use h1 instead --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 529525efb..9bcc8a6ef 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ --- -

- Docs -

+

+ Docs +

## Description From ef6494fbaf7652d664831ca6e0262a2784db0006 Mon Sep 17 00:00:00 2001 From: magnus Date: Mon, 21 Oct 2024 19:54:21 +0200 Subject: [PATCH 3/4] fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bcc8a6ef..74b129442 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ---

- Docs + Docs

## Description From 05da97b53cbef94cb5278cfa7ebebfa3192475c5 Mon Sep 17 00:00:00 2001 From: magnus Date: Mon, 21 Oct 2024 20:02:46 +0200 Subject: [PATCH 4/4] fix discord --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74b129442..91623406d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ OpenNext takes the Next.js build output and converts it into packages that can b ## Features -OpenNext aims to support all Next.js 14 features. Some features are work in progress. If you are running into any problems make sure to check the [docs](https://opennext.js.org/aws) first before you open a [new issue](/issues/new) or visit our [Discord](https://discord.gg/AWyhAu8q) to let us know! +OpenNext aims to support all Next.js 14 features. Some features are work in progress. If you are running into any problems make sure to check the [docs](https://opennext.js.org/aws) first before you open a [new issue](/issues/new) or visit our [Discord](https://discord.gg/opennextjs) to let us know! - [x] App & Pages Router - [x] API routes @@ -104,4 +104,4 @@ Special shoutout to [@khuezy](https://github.com/khuezy) and [@conico974](https: --- -Maintained by [SST](https://sst.dev). Join our community: [Discord](https://discord.gg/AWyhAu8q) | [YouTube](https://www.youtube.com/c/sst-dev) | [Twitter](https://twitter.com/SST_dev) +Maintained by [SST](https://sst.dev). Join our community: [Discord](https://discord.gg/opennextjs) | [YouTube](https://www.youtube.com/c/sst-dev) | [Twitter](https://twitter.com/SST_dev)