Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 3db9512

Browse files
committed
Fix lighthouse conf 🚀
1 parent ca48d79 commit 3db9512

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.lighthouserc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"unsized-images": "off",
1212
"uses-rel-preconnect": "off",
1313
"link-name": "off",
14-
"aria-valid-attr-value": "off"
14+
"aria-valid-attr-value": "off",
15+
"unused-javascript": "off"
1516
}
1617
},
1718
"upload": {

0 commit comments

Comments
 (0)