chore: generate
This commit is contained in:
parent
7480b97630
commit
acca8864ba
@ -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…
Reference in New Issue
Block a user