Merge pull request #55 from vvasiloud/master

Fix prefix-links error upon deploy
This commit is contained in:
Alexander Shelepenok 2018-02-13 10:48:01 +03:00 committed by GitHub
commit 6e72910e7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": [