We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184a7ef commit 76988ceCopy full SHA for 76988ce
gatsby-config.js
@@ -69,6 +69,13 @@ module.exports = {
69
target: '_blank',
70
},
71
72
+ {
73
+ resolve: 'gatsby-remark-embed-snippet',
74
+ options: {
75
+ classPrefix: 'gatsby-code-',
76
+ directory: `${__dirname}/examples/`,
77
+ },
78
79
'gatsby-remark-use-jsx',
80
{
81
resolve: 'gatsby-remark-prismjs',
package.json
@@ -41,6 +41,7 @@
41
"gatsby-remark-autolink-headers": "^1.4.4",
42
"gatsby-remark-code-repls": "^1.0.2",
43
"gatsby-remark-copy-linked-files": "^1.5.2",
44
+ "gatsby-remark-embed-snippet": "^1.0.3",
45
"gatsby-remark-images": "^1.5.11",
46
"gatsby-remark-prismjs": "^1.2.1",
47
"gatsby-remark-responsive-iframe": "^1.4.3",
0 commit comments