1plugins: [
2 {
3 resolve: `gatsby-transformer-remark`,
4 options: {
5 plugins: [{
6 resolve: "gatsby-remark-external-links",
7 options: {
8 target: "_blank",
9 rel: "noopener noreferrer"
10 }
11 }]
12 }
13 },
14