Skip to content

Commit

Permalink
Fix docs and update to gatsby v2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertHebel committed Apr 22, 2020
1 parent 82ba1bb commit 3a5e421
Show file tree
Hide file tree
Showing 3 changed files with 9,380 additions and 5,587 deletions.
3 changes: 2 additions & 1 deletion docs-www/gatsby-config.js
Expand Up @@ -15,7 +15,7 @@ module.exports = {
},

// URL prefix on production environment. For more info see https://www.gatsbyjs.org/docs/path-prefix/
pathPrefix: process.env.PATH_PREFIX || ' ',
pathPrefix: process.env.PATH_PREFIX || '',

plugins: [
...pluginConfigFactory({
Expand All @@ -32,5 +32,6 @@ module.exports = {
pageTransitionDelay: 0,
cookieDomain: 'brainhubeu.github.io',
},
},
],
};
8 changes: 4 additions & 4 deletions docs-www/package.json
Expand Up @@ -14,14 +14,14 @@
"lint:autofix": "eslint --ext .jsx,.js . --fix"
},
"dependencies": {
"@brainhubeu/gatsby-docs-kit": "^1.0.10",
"@brainhubeu/react-permissible": "^1.6.39",
"gatsby": "^1.9.279"
"@brainhubeu/gatsby-docs-kit": "^3.0.15",
"@brainhubeu/react-permissible": "^1.6.43",
"gatsby": "^2.20.29"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-brainhub": "^1.12.0",
"gh-pages": "^1.2.0",
"gh-pages": "^2.2.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
Expand Down

0 comments on commit 3a5e421

Please sign in to comment.