mirror of
https://github.com/nexu-io/open-design.git
synced 2026-06-01 03:14:35 +07:00
Co-authored-by: ashley li <ashleyli@ashleydeMacBook-Air-2.local> Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
232 B
Text
8 lines
232 B
Text
---
|
|
import { googleAnalyticsHeadHtml } from '../_lib/google-analytics';
|
|
|
|
const measurementId = import.meta.env.PUBLIC_GA_MEASUREMENT_ID;
|
|
const headHtml = googleAnalyticsHeadHtml(measurementId);
|
|
---
|
|
|
|
<Fragment set:html={headHtml} />
|