Commit 218115e
zengfr
fix(governance): drop basePath from lighthouse URLs
The previous attempt double-added the basePath: treosh auto-prepends
/aicodingagentteam/ when given http://localhost:3000/, and then we
tried to add it again, producing /aicodingagentteam/aicodingagentteam/
which python http.server cannot find in ./out.
Drop the basePath from URLs entirely. python serves ./out directly,
where en/, zh/, ja/, ko/ live. The basePath concern only applies to
production GitHub Pages deployment, not the lhci static-dist test.1 parent 2d001d6 commit 218115e
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
0 commit comments