chore: generate
This commit is contained in:
@@ -33,7 +33,5 @@ export async function statsProxy(evt: APIEvent) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function rewriteStatsHtml(html: string) {
|
function rewriteStatsHtml(html: string) {
|
||||||
return html
|
return html.replaceAll('"/_build/', '"/stats/_build/').replaceAll("'/_build/", "'/stats/_build/")
|
||||||
.replaceAll("\"/_build/", "\"/stats/_build/")
|
|
||||||
.replaceAll("'/_build/", "'/stats/_build/")
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user