sanity-plugin-seo-tools
Version:
> Upgrading from V2 to V3 is a breaking change. The `seo-tools` input has been replaced by a SEO pane which needs to be set-up using a custom desk structure as per the installation guide. Secondly, the previously automatically provided fields (focus keywo
25 lines (24 loc) • 588 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "SeoToolsContext", {
enumerable: true,
get: function() {
return SeoToolsContext;
}
});
var _react = require("react");
var SeoToolsContext = (0, _react.createContext)({
fetch: true,
select: function() {
return {};
},
render: function(seo, data, serpPreview) {
return serpPreview;
},
resolveProductionUrl: function() {
return new URL("https://sanity.io");
}
});
//# sourceMappingURL=SeoToolsContext.js.map