Skip to content

Commit 6c3e50e

Browse files
brabojclaude
andcommitted
fix: use relative URLs for Lighthouse CI static server
The static server serves from dist/ directly, so URLs should not include the base path prefix. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2b5ff8f commit 6c3e50e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lighthouserc.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"collect": {
44
"staticDistDir": "./astro-site/dist",
55
"url": [
6-
"/tutorial-git/",
7-
"/tutorial-git/introduction/",
8-
"/tutorial-git/building-blocks/",
9-
"/tutorial-git/branching-and-merging/"
6+
"/",
7+
"/introduction/",
8+
"/building-blocks/",
9+
"/branching-and-merging/"
1010
]
1111
},
1212
"assert": {

0 commit comments

Comments
 (0)