Skip to content

Commit

Permalink
add deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
beaesguerra committed Mar 7, 2024
1 parent bf90e45 commit 44d435e
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 @@ -14,7 +14,7 @@
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"deploy": "gatsby build && gh-pages -d public"
"deploy": "gatsby build && gh-pages -d public -b main"
},
"dependencies": {
"@fontsource/comfortaa": "^5.0.19",
Expand Down

0 comments on commit 44d435e

Please sign in to comment.