-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlighthouserc.json
More file actions
30 lines (30 loc) · 903 Bytes
/
lighthouserc.json
File metadata and controls
30 lines (30 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"ci": {
"collect": {
"staticDistDir": "./build",
"numberOfRuns": 1,
"url": [
"http://localhost:3000/",
"http://localhost:3000/2025/",
"http://localhost:3000/blog/",
"http://localhost:3000/schedule/",
"http://localhost:3000/speakers/",
"http://localhost:3000/workshops/",
"http://localhost:3000/for-speakers/",
"http://localhost:3000/for-attendees/",
"http://localhost:3000/contact/"
]
},
"upload": {
"target": "temporary-public-storage"
},
"assert": {
"assertions": {
"cumulative-layout-shift": ["error", { "maxNumericValue": 0.1 }],
"first-contentful-paint": ["warn", { "maxNumericValue": 3000 }],
"largest-contentful-paint": ["warn", { "maxNumericValue": 4000 }],
"speed-index": ["warn", { "maxNumericValue": 5000 }]
}
}
}
}