We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c616a commit 2d2f949Copy full SHA for 2d2f949
packages/gatsby-remark-autolink-headers/src/gatsby-node.js
@@ -8,8 +8,7 @@ exports.pluginOptionsSchema = ({ Joi }) =>
8
.try(Joi.string(), Joi.boolean())
9
.description(
10
`SVG shape inside a template literal or boolean 'false'. Set your own svg or disable icon.`
11
- )
12
- .default(true),
+ ),
13
className: Joi.string()
14
.description(`Set your own class for the anchor.`)
15
.default(`anchor`),
0 commit comments