Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit f54fe44

Browse files
committed
Remove gatsby-transformer-json
1 parent 88cd29f commit f54fe44

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

gatsby-config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,19 @@ module.exports = {
5353
menuLinks: [
5454
{
5555
name: 'Get Started',
56+
external: true,
5657
// link: '/getStarted',
5758
link: 'https://github.com/secureCodeBox/secureCodeBox',
5859
},
5960
{
6061
name: 'Docs',
62+
external: true,
6163
// link: '/docs',
6264
link: 'https://github.com/secureCodeBox/secureCodeBox/tree/master/docs',
6365
},
6466
{
6567
name: 'Scanner',
68+
external: false,
6669
link: '/scanner',
6770
},
6871
],
@@ -71,7 +74,6 @@ module.exports = {
7174
plugins: [
7275
`gatsby-plugin-emotion`,
7376
`gatsby-plugin-sass`,
74-
`gatsby-transformer-json`,
7577
{
7678
resolve: `gatsby-transformer-remark`,
7779
options: {

0 commit comments

Comments
 (0)