Skip to content

Commit

Permalink
Fix baseline view
Browse files Browse the repository at this point in the history
  • Loading branch information
captainbrosset committed Dec 2, 2024
1 parent e14f8bb commit bf962d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ export default function (eleventyConfig) {
const feature = features[id];

// Baseline features only.
if (feature.status.widelyAvailable === "high") {
if (feature.status.baseline === "high") {
widelyAvailable.push(feature);
}
}
Expand Down

0 comments on commit bf962d3

Please sign in to comment.