We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81d288 commit 3530dfbCopy full SHA for 3530dfb
articles/static-web-apps/deploy-nextjs-hybrid.md
@@ -31,7 +31,7 @@ Begin by initializing a new Next.js application.
31
1. Initialize the application using `npm init`. If you are prompted to install `create-next-app`, say yes.
32
33
```bash
34
- npm init next-app@latest --typescript
+ npm init next-app@next-12-3-2 --typescript
35
```
36
37
1. When prompted for an app name, enter **nextjs-app**.
0 commit comments