forked from layer5io/layer5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.lighthouserc.js
34 lines (31 loc) · 1.31 KB
/
.lighthouserc.js
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
module.exports = {
"ci": {
"collect": {
"staticDistDir": "./public",
"url" : ["http://localhost/404.html",
"http://localhost/index.html",
"http://localhost/404/index.html",
"http://localhost/about/index.html" ,
"http://localhost/cloud-native-management/meshery/index.html",
"http://localhost/cloud-native-management/meshmap/index.html",
"http://localhost/learn/learning-paths/index.html",
"http://localhost/learn/service-mesh-books/index.html",
"http://localhost/learn/service-mesh-workshops/index.html",
"http://localhost/learn/index.html",
"http://localhost/blog/index.html",
"http://localhost/resources/index.html",
"http://localhost/careers/index.html",
"http://localhost/community/members/index.html",
"http://localhost/community/meshmates/index.html",
"http://localhost/community/events/index.html",
"http://localhost/community/newcomers/index.html",],
},
"assert": {
"preset": "lighthouse:no-pwa",
"assertions": {
"csp-xss": "off",
"aria-hidden-focus": "off"
}
}
}
};