--- import { googleAnalyticsHeadHtml } from '../_lib/google-analytics'; const measurementId = import.meta.env.PUBLIC_GA_MEASUREMENT_ID; const headHtml = googleAnalyticsHeadHtml(measurementId); ---