We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f705ea0 commit da264f7Copy full SHA for da264f7
1 file changed
definitions/output/reports/tech_crux.js
@@ -43,7 +43,7 @@ for (const category of Object.keys(lighthouse?.categories ? lighthouse.categorie
43
for (const audit of lighthouse.categories[category].auditRefs) {
44
45
// Moving lighthouse to insights https://developer.chrome.com/blog/moving-lighthouse-to-insights
46
- if (category === 'performance' && ${pastMonth} < '2025-10-01') {
+ if (category === 'performance' && '${pastMonth}' < '2025-10-01') {
47
if (
48
[
49
'first-meaningful-paint',
0 commit comments