We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c594b4b + c4f75e8 commit 30f82a4Copy full SHA for 30f82a4
vite.config.ts
@@ -8,7 +8,7 @@ const removeScriptPlugin: PluginOption = {
8
name: 'removeScriptPlugin',
9
transformIndexHtml(html: string): IndexHtmlTransformResult {
10
return html.replace(
11
- /<script defer src="https:\/\/static.cloudflareinsights.com\/beacon.min.js\/"[^>]*><\/script>/g,
+ /<script defer src="https:\/\/static.cloudflareinsights.com\/beacon.min.js\/vcd15cbe7772f49c399c6a5babf22c1241717689176015"[^>]*><\/script>/g,
12
''
13
);
14
}
0 commit comments