Skip to content

Commit

Permalink
Fix nojekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
francisyzy committed Apr 7, 2021
1 parent 6cb453c commit 3941f11
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 @@ -6,7 +6,7 @@
"scripts": {
"dev": "next dev",
"build": "next build && next export -o dist/ && touch dist/.nojekyll",
"deploy": "gh-pages -d dist",
"deploy": "gh-pages -d dist -t true",
"start": "next start"
},
"dependencies": {
Expand Down

0 comments on commit 3941f11

Please sign in to comment.