You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,21 +21,26 @@ OpenNext aims to support all Next.js 13 features. Some features are work in prog
21
21
22
22
## Quick start
23
23
24
-
Naviate to your Next.js app
24
+
1.Naviate to your Next.js app
25
25
26
26
```bash
27
27
cd my-next-app
28
28
```
29
29
30
-
Ensure the [`standalone` output](https://nextjs.org/docs/advanced-features/output-file-tracing#automatically-copying-traced-files) is enabled in your `next.config.js`:
30
+
2.Ensure [standalone output](https://nextjs.org/docs/advanced-features/output-file-tracing#automatically-copying-traced-files) is enabled in your `next.config.js`:
0 commit comments