Skip to content

Commit

Permalink
Update nextjs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-nachtigall authored Nov 10, 2023
1 parent 947945f commit 6a3931c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Frameworks/nextjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ A segunda opção é habilitar o suporte experimental para SSR (Server-Side Rend
INSTALL_CMD=npm install
BUILD_CMD=npm run build
DEV_CMD=npx next dev --port $PORT
PUBLIC_PATH=./public
PUBLIC_PATH=./
DEPLOY_PATH=./
```
Expand Down

0 comments on commit 6a3931c

Please sign in to comment.