mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-07-01 07:15:31 +00:00
fix ana
This commit is contained in:
parent
533c1393cb
commit
c758e889e4
@ -58,7 +58,6 @@ metadata.description = t({
|
||||
<ApplyColorMode />
|
||||
<Metadata {...metadata} />
|
||||
<SiteVerification />
|
||||
<Analytics />
|
||||
|
||||
<!-- Comment the line below to disable View Transitions -->
|
||||
<ViewTransitions fallback="swap" />
|
||||
@ -105,5 +104,6 @@ metadata.description = t({
|
||||
|
||||
<BasicScripts />
|
||||
<CookieConsent />
|
||||
<Analytics />
|
||||
</body>
|
||||
</html>
|
||||
|
2
v3/vendor/integration/utils/configBuilder.ts
vendored
2
v3/vendor/integration/utils/configBuilder.ts
vendored
@ -185,7 +185,7 @@ const getAnalytics = (config: Config) => {
|
||||
vendors: {
|
||||
googleAnalytics: {
|
||||
id: undefined,
|
||||
partytown: true,
|
||||
partytown: false,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user