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) • 586 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, {
LangCultureMap: function() {
return _langCultureMap.LangCultureMap;
},
AssessmentCategory: function() {
return _assessmentCategory.AssessmentCategory;
}
});
var _langCultureMap = require("./LangCultureMap");
var _assessmentCategory = require("./AssessmentCategory");
//# sourceMappingURL=index.js.map