Skip to content

Commit 30f82a4

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents c594b4b + c4f75e8 commit 30f82a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const removeScriptPlugin: PluginOption = {
88
name: 'removeScriptPlugin',
99
transformIndexHtml(html: string): IndexHtmlTransformResult {
1010
return html.replace(
11-
/<script defer src="https:\/\/static.cloudflareinsights.com\/beacon.min.js\/"[^>]*><\/script>/g,
11+
/<script defer src="https:\/\/static.cloudflareinsights.com\/beacon.min.js\/vcd15cbe7772f49c399c6a5babf22c1241717689176015"[^>]*><\/script>/g,
1212
''
1313
);
1414
}

0 commit comments

Comments
 (0)