Skip to content

Commit 3530dfb

Browse files
authored
revert to next 12
1 parent f81d288 commit 3530dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/deploy-nextjs-hybrid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Begin by initializing a new Next.js application.
3131
1. Initialize the application using `npm init`. If you are prompted to install `create-next-app`, say yes.
3232

3333
```bash
34-
npm init next-app@latest --typescript
34+
npm init next-app@next-12-3-2 --typescript
3535
```
3636

3737
1. When prompted for an app name, enter **nextjs-app**.

0 commit comments

Comments
 (0)