chore: generate

This commit is contained in:
opencode-agent[bot] 2026-05-28 23:51:26 +00:00
parent 7480b97630
commit acca8864ba

View file

@ -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/")
}