mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-19 14:40:44 +00:00
fix ana
This commit is contained in:
@@ -58,7 +58,6 @@ metadata.description = t({
|
|||||||
<ApplyColorMode />
|
<ApplyColorMode />
|
||||||
<Metadata {...metadata} />
|
<Metadata {...metadata} />
|
||||||
<SiteVerification />
|
<SiteVerification />
|
||||||
<Analytics />
|
|
||||||
|
|
||||||
<!-- Comment the line below to disable View Transitions -->
|
<!-- Comment the line below to disable View Transitions -->
|
||||||
<ViewTransitions fallback="swap" />
|
<ViewTransitions fallback="swap" />
|
||||||
@@ -105,5 +104,6 @@ metadata.description = t({
|
|||||||
|
|
||||||
<BasicScripts />
|
<BasicScripts />
|
||||||
<CookieConsent />
|
<CookieConsent />
|
||||||
|
<Analytics />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</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: {
|
vendors: {
|
||||||
googleAnalytics: {
|
googleAnalytics: {
|
||||||
id: undefined,
|
id: undefined,
|
||||||
partytown: true,
|
partytown: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user