Skip to content

Commit

Permalink
fix: temp change
Browse files Browse the repository at this point in the history
  • Loading branch information
dipratap committed Jan 31, 2025
1 parent bf92347 commit d7d3740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metatags/seo-checks.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ class SeoChecks {
getDetectedTags() {
// return this.detectedTags;
// temporary change for demo, will be reverted
return Object.fromEntries(Object.entries(this.detectedTags).slice(20, 59));
return Object.fromEntries(Object.entries(this.detectedTags).slice(30, 45));
}

/**
Expand Down

0 comments on commit d7d3740

Please sign in to comment.