Skip to content

Commit

Permalink
added --dotfiles to the gh-pages deploy stage, allows .nojekyll to be…
Browse files Browse the repository at this point in the history
… pushed to gh-pages branch and fixes the images issue
  • Loading branch information
ala-ebi committed Mar 11, 2024
1 parent c74cf9b commit fe6be8c
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 @@
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"deploy": "gh-pages -d dist",
"deploy": "gh-pages -d dist --dotfiles",
"deploy2": "push-dir --dir=dist --branch=gh-pages"
},
"dependencies": {
Expand Down

0 comments on commit fe6be8c

Please sign in to comment.