We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7480b97 commit acca886Copy full SHA for acca886
1 file changed
packages/console/app/src/lib/stats-proxy.ts
@@ -33,7 +33,5 @@ export async function statsProxy(evt: APIEvent) {
33
}
34
35
function rewriteStatsHtml(html: string) {
36
- return html
37
- .replaceAll("\"/_build/", "\"/stats/_build/")
38
- .replaceAll("'/_build/", "'/stats/_build/")
+ return html.replaceAll('"/_build/', '"/stats/_build/').replaceAll("'/_build/", "'/stats/_build/")
39
0 commit comments