forked from layer5io/layer5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.lighthouserc.js
34 lines (34 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/company/about.html" ,
"http://localhost/cloud-native-management/meshery.html",
"http://localhost/cloud-native-management/meshmap.html",
"http://localhost/learn/learning-paths.html",
"http://localhost/learn/service-mesh-books.html",
"http://localhost/learn/service-mesh-workshops.html",
"http://localhost/learn.html",
"http://localhost/blog.html",
"http://localhost/resources.html",
"http://localhost/careers.html",
"http://localhost/community/members.html",
"http://localhost/community/meshmates.html",
"http://localhost/community/events.html",
"http://localhost/community/newcomers.html",],
},
"assert": {
"preset": "lighthouse:no-pwa",
"assertions": {
"csp-xss": "off",
"aria-hidden-focus": "off"
}
},
"upload": {
"target": "temporary-public-storage",
},
}
};