Skip to content

Commit

Permalink
fix: fixes pathPrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
santosfrancisco committed Dec 24, 2018
1 parent f430375 commit 81bcacb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
author: config.authorName,
...config
},
pathPrefix: config.pathPrefix,
plugins: [
`gatsby-plugin-react-helmet`,
`gatsby-transformer-sharp`,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"deploy": "gatsby build --prefix-paths && gh-pages -d public -b gh-pages",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
Expand Down

0 comments on commit 81bcacb

Please sign in to comment.