We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844ad82 commit 6aeaaeaCopy full SHA for 6aeaaea
README.md
@@ -38,6 +38,9 @@ same build.
38
Our approach is compatible with
39
[static site generation][static-generation-link] and supports middleware.
40
41
+> 🏗️ We are actively working on supporting the new App directory and Server
42
+> Components released in Next.js 13.
43
+
44
### Getting started 🚀
45
46
1. Add the following lines to your `next.config.js`:
examples/with-app-router/README.md
@@ -1,5 +1,7 @@
1
## Getting Started
2
3
+> NOTE: This example is a work in progress and is not yet functional.
4
5
First, run the development server:
6
7
```bash
0 commit comments