Skip to content

Commit

Permalink
Merge pull request #55 from vvasiloud/master
Browse files Browse the repository at this point in the history
Fix prefix-links error upon deploy
  • Loading branch information
alxshelepenok authored Feb 13, 2018
2 parents c27d5ba + b330770 commit 6e72910
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 @@ -10,7 +10,7 @@
"clean": "npm run clean:public",
"lint": "./node_modules/.bin/eslint --cache --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gatsby build --prefix-links && gh-pages -d public"
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"repository": "git+https://github.com/alxshelepenok/gatsby-starter-lumen.git",
"keywords": [
Expand Down

0 comments on commit 6e72910

Please sign in to comment.