1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-30 21:51:50 +02:00
portfolio/.github/workflows/lighthouserc.json

16 lines
250 B
JSON

{
"ci": {
"collect": {
"numberOfRuns": 3
},
"assert": {
"preset": "lighthouse:recommended",
"assertions": {
"font-display": "off",
"dom-size": "off",
"color-contrast": "off"
}
}
}
}