-
Notifications
You must be signed in to change notification settings - Fork 1
/
lighthouserc.json
48 lines (48 loc) · 2.12 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"ci": {
"collect": {
"numberOfRuns": 3,
"staticDistDir": "./jekyll/_site/",
"start-server-command=": "bundle exec jekyll serve",
"url": [
"http://localhost:4000/404.html",
"http://localhost:4000/blog/jekyll/update/2019/07/28/getting-start-with-jekyll.html",
"http://localhost:4000/blog/c++/2019/09/28/tips-and-tricks-ccp.html",
"http://localhost:4000/blog/challenges/2019/10/10/summary-of-my-first-participation-of-advent-of-code-2018.html",
"http://localhost:4000/blog/challenges/2019/12/31/what-i-ve-learned-during-advent-of-code-2019.html",
"http://localhost:4000/projects/cuphead.html",
"http://localhost:4000/projects/f1mobileracing.html",
"http://localhost:4000/projects/project3.html",
"http://localhost:4000/projects/unleashed.html",
"http://localhost:4000/projects/brain-control.html",
"http://localhost:4000/projects/colosseum-overcharge.html",
"http://localhost:4000/projects/the-only-neone.html",
"http://localhost:4000/projects/battle-simulator.html",
"http://localhost:4000/projects/lode-runner.html",
"http://localhost:4000/projects/metenorage.html",
"http://localhost:4000/projects/native-ruins.html",
"http://localhost:4000/projects/penguin-panic.html",
"http://localhost:4000/projects/raven.html",
"http://localhost:4000/projects/spida-phobia.html",
"http://localhost:4000/projects/advent-of-code-2018.html",
"http://localhost:4000/projects/dyga-engine.html",
"http://localhost:4000/projects/graygzou-github-io.html",
"http://localhost:4000/about.html",
"http://localhost:4000/blog/",
"http://localhost:4000/",
"http://localhost:4000/projects/",
"http://localhost:4000/resume.html"]
},
"assert": {
"preset": "lighthouse:recommended",
"assertions": {
"offscreen-images": "off",
"uses-webp-images": "off",
"unused-javascript": ["warn", {"minScore": 1}]
}
},
"upload": {
"target": "temporary-public-storage"
}
}
}