Skip to content

Commit

Permalink
Update packages/gatsby-plugin-mdx/gatsby-node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Jan 18, 2021
1 parent 76e8aac commit 88f97c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-mdx/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ exports.pluginOptionsSchema = function ({ Joi }) {
),
root: Joi.string()
.default(process.cwd())
.description(`Who knows what this does lol`)
.description(`[deprecated] This is a legacy option that used to define root directory of the project. It was needed to generate a cache directory location. It currently has no effect.`)
})
}

0 comments on commit 88f97c1

Please sign in to comment.