@digi4care/astro-google-analytics
Version:
A seamless integration for injecting Google Analytics snippets into Astro projects, supporting popular web analytics tools.
7 lines (5 loc) • 381 B
text/typescript
// Do not write code directly here, instead use the `src` folder!
// Then, use this file to export everything you want your user to access.
export { default as GoogleAnalytics } from "./src/GoogleAnalytics.astro";
export { default as GoogleAnalyticsNoscript } from "./src/GoogleAnalyticsNoscript.astro";
export { default as SiteVerification } from "./src/SiteVerification.astro";