Skip to content

Commit a51432e

Browse files
authored
fix: readme features list (#580)
* fix readme features list * remove style attribute and use h1 instead * fix link * fix discord
1 parent 1ab74ff commit a51432e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313

1414
---
1515

16-
<p align="center">
17-
<a style="font-size: 2.5rem;font-weight:bold;" href="https://open-next.js.org/aws">Docs</a>
18-
</p>
16+
<h1 align="center">
17+
<a href="https://opennext.js.org/aws">Docs</a>
18+
</h1>
1919

2020
## Description
2121

2222
OpenNext takes the Next.js build output and converts it into packages that can be deployed across a variety of environments. Natively OpenNext has support for AWS Lambda, and classic Node.js Server.
2323

2424
## Features
2525

26-
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!
26+
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!
2727

2828
- [x] App & Pages Router
2929
- [x] API routes
@@ -36,7 +36,7 @@ OpenNext aims to support all Next.js 14 features. Some features are work in prog
3636
- [x] Image optimization
3737
- [x] [NextAuth.js](https://next-auth.js.org)
3838
- [x] Running at edge
39-
- [*] [Almost no coldstart](#coldstart)
39+
- [x] [Almost no coldstart (*)](#coldstart)
4040

4141
## Who is using OpenNext?
4242

@@ -104,4 +104,4 @@ Special shoutout to [@khuezy](https://github.com/khuezy) and [@conico974](https:
104104

105105
---
106106

107-
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)
107+
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)

0 commit comments

Comments
 (0)