We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4bf30c commit cd18a27Copy full SHA for cd18a27
README.md
@@ -25,7 +25,7 @@ OpenNext aims to support all Next.js 13 features. Some features are work in prog
25
- [x] Server-side rendering (SSR)
26
- [x] Incremental static regeneration (ISR)
27
- [x] Middleware
28
-- [ ] Image optimization (work in progress)
+- [x] Image optimization
29
30
## Quick start
31
cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "open-next",
3
- "version": "0.1.0",
+ "version": "0.3.0",
4
"description": "Open source Next.js serverless adapter",
5
"homepage": "https://open-next.js.org",
6
"type": "module",
0 commit comments