This commit is contained in:
rustdesk 2025-02-13 21:12:29 +08:00
parent 533c1393cb
commit c758e889e4
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -185,7 +185,7 @@ const getAnalytics = (config: Config) => {
vendors: {
googleAnalytics: {
id: undefined,
partytown: true,
partytown: false,
},
},
};