Skip to content

Commit 0647073

Browse files
authored
Merge pull request #78 from pavanpej/fix-lighthouse-ci
fix: add correct URLs for Lighthouse
2 parents b49ca19 + 36dab4a commit 0647073

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

lighthouserc.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
22
"ci": {
33
"collect": {
4-
"url": ["https://pavanpej.com", "https://pavanpej.com/about"],
4+
"url": [
5+
"https://pavanpej.com",
6+
"https://pavanpej.com/experiences",
7+
"https://pavanpej.com/experiences/road",
8+
"https://pavanpej.com/experiences/usa",
9+
"https://pavanpej.com/music",
10+
"https://pavanpej.com/resume"
11+
],
512
"numberOfRuns": 3,
613
"startServerCommand": "",
714
"startServerReadyPattern": "",

0 commit comments

Comments
 (0)