There was an error while loading. Please reload this page.
1 parent 88cd29f commit f54fe44Copy full SHA for f54fe44
1 file changed
gatsby-config.js
@@ -53,16 +53,19 @@ module.exports = {
53
menuLinks: [
54
{
55
name: 'Get Started',
56
+ external: true,
57
// link: '/getStarted',
58
link: 'https://github.com/secureCodeBox/secureCodeBox',
59
},
60
61
name: 'Docs',
62
63
// link: '/docs',
64
link: 'https://github.com/secureCodeBox/secureCodeBox/tree/master/docs',
65
66
67
name: 'Scanner',
68
+ external: false,
69
link: '/scanner',
70
71
],
@@ -71,7 +74,6 @@ module.exports = {
74
plugins: [
72
75
`gatsby-plugin-emotion`,
73
76
`gatsby-plugin-sass`,
- `gatsby-transformer-json`,
77
78
resolve: `gatsby-transformer-remark`,
79
options: {
0 commit comments