Skip to content

Commit

Permalink
chore(CI): fix URL for Lighthouse CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
macrat committed Jan 1, 2024
1 parent f061527 commit 70ec2f2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/lighthouse.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"numberOfRuns": 1,
"staticDistDir": "./dist",
"url": [
"http://localhost:3000/",
"http://localhost:3000/blog",
"http://localhost:3000/blog/2020/05/blanktar-renewal",
"http://localhost:3000/blog/2020/11/powershell-unique-value-count",
"http://localhost:3000/works",
"http://localhost:3000/photos"
"/",
"/blog",
"/blog/2020/05/blanktar-renewal",
"/blog/2023/08/golang-goldmark-custom-renderer",
"/works",
"/photos"
]
},
"assert": {
Expand Down

0 comments on commit 70ec2f2

Please sign in to comment.