mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-21 15:40:28 +00:00
add vanilla-cookieconsent
This commit is contained in:
@@ -11,6 +11,7 @@ import Metadata from '~/components/common/Metadata.astro';
|
||||
import SiteVerification from '~/components/common/SiteVerification.astro';
|
||||
import Analytics from '~/components/common/Analytics.astro';
|
||||
import BasicScripts from '~/components/common/BasicScripts.astro';
|
||||
import CookieConsent from '../components/CookieConsent.astro';
|
||||
|
||||
// Comment the line below to disable View Transitions
|
||||
import { ViewTransitions } from 'astro:transitions';
|
||||
@@ -44,5 +45,6 @@ const { language, textDirection } = I18N;
|
||||
<slot />
|
||||
|
||||
<BasicScripts />
|
||||
<CookieConsent />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user