8 lines
291 B
Plaintext
8 lines
291 B
Plaintext
---
|
|
import { GoogleAnalytics } from '@astrolib/analytics';
|
|
import { ANALYTICS_CONFIG } from "~/utils/config";
|
|
|
|
---
|
|
|
|
<!-- Google Analytics -->
|
|
{ANALYTICS_CONFIG?.vendors?.googleAnalytics?.isEnabled && <GoogleAnalytics id={String(ANALYTICS_CONFIG.vendors.googleAnalytics)} partytown={true} />} |