mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-30 12:15:34 +00:00
chore: generate
This commit is contained in:
parent
7480b97630
commit
acca8864ba
1 changed files with 1 additions and 3 deletions
|
|
@ -33,7 +33,5 @@ export async function statsProxy(evt: APIEvent) {
|
|||
}
|
||||
|
||||
function rewriteStatsHtml(html: string) {
|
||||
return html
|
||||
.replaceAll("\"/_build/", "\"/stats/_build/")
|
||||
.replaceAll("'/_build/", "'/stats/_build/")
|
||||
return html.replaceAll('"/_build/', '"/stats/_build/').replaceAll("'/_build/", "'/stats/_build/")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue