gatsby-plugin-react-helmet
Version:
Manage document head data with react-helmet. Provides drop-in server rendering support for Gatsby.
10 lines (9 loc) • 345 B
JavaScript
exports.pluginOptionsSchema = function (_ref) {
var Joi = _ref.Joi;
return Joi.object({});
};
exports.onPreInit = function (_ref2) {
var reporter = _ref2.reporter;
reporter.warn("gatsby-plugin-react-helmet: Gatsby now has built-in support for modifying the document head. Learn more at https://gatsby.dev/gatsby-head");
};
;