mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-17 12:56:41 +02:00
chore: generate
This commit is contained in:
@@ -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/")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user