Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jiricmi committed May 29, 2024
1 parent ad38ce5 commit a61a6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"deploy": "next build && gh-pages -d out -b main -o",
"deploy": "next build && gh-pages -d build",
"lint": "next lint"
},
"dependencies": {
Expand Down

0 comments on commit a61a6fd

Please sign in to comment.