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
22 lines (21 loc) • 531 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: all[name]
});
}
_export(exports, {
SeoToolsPane: function() {
return _components.SeoToolsPane;
},
SeoToolsContext: function() {
return _context.SeoToolsContext;
}
});
var _components = require("./components");
var _context = require("./context");
//# sourceMappingURL=index.js.map