forked from TradeTrust/tradetrust-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lighthouserc.json
34 lines (34 loc) · 930 Bytes
/
lighthouserc.json
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
31
32
33
34
{
"ci": {
"upload": {
"outputDir": "./lighthouseReport",
"target": "filesystem"
},
"assert": {
"assertions": {
"categories:performance": ["warn", { "minScore": 0.6 }],
"categories:accessibility": ["error", { "minScore": 0.9 }],
"categories:best-practices": ["error", { "minScore": 0.9 }],
"categories:seo": ["error", { "minScore": 0.9 }]
}
},
"collect": {
"numberOfRuns": 1,
"url": [
"http://localhost:3000/",
"http://localhost:3000/verify",
"http://localhost:3000/faq",
"http://localhost:3000/eta",
"http://localhost:3000/news",
"http://localhost:3000/learn",
"http://localhost:3000/event",
"http://localhost:3000/guidelines"
],
"staticDistDir": "./dist",
"isSinglePageApplication": true,
"settings": {
"preset": "desktop"
}
}
}
}