lighthouse-config.json•653 B
{
"ci": {
"collect": {
"url": [
"http://localhost:8080/",
"http://localhost:8080/product/",
"http://localhost:8080/product/getting-started/",
"http://localhost:8080/development/",
"http://localhost:8080/journey/"
]
},
"assert": {
"assertions": {
"categories:performance": ["warn", {"minScore": 0.8}],
"categories:accessibility": ["error", {"minScore": 0.9}],
"categories:best-practices": ["warn", {"minScore": 0.8}],
"categories:seo": ["warn", {"minScore": 0.8}]
}
},
"upload": {
"target": "temporary-public-storage"
}
}
}