Skip to content

Commit acca886

Browse files
chore: generate
1 parent 7480b97 commit acca886

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/console/app/src/lib/stats-proxy.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,5 @@ export async function statsProxy(evt: APIEvent) {
3333
}
3434

3535
function rewriteStatsHtml(html: string) {
36-
return html
37-
.replaceAll("\"/_build/", "\"/stats/_build/")
38-
.replaceAll("'/_build/", "'/stats/_build/")
36+
return html.replaceAll('"/_build/', '"/stats/_build/').replaceAll("'/_build/", "'/stats/_build/")
3937
}

0 commit comments

Comments
 (0)