UNPKG

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

17 lines (16 loc) 475 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "AssessmentCategory", { enumerable: true, get: function() { return AssessmentCategory; } }); var AssessmentCategory; (function(AssessmentCategory) { AssessmentCategory["SEO"] = "seo"; AssessmentCategory["READABILITY"] = "readability"; })(AssessmentCategory || (AssessmentCategory = {})); //# sourceMappingURL=AssessmentCategory.js.map