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

View File

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