UNPKG

@digi4care/astro-google-tagmanager

Version:

A seamless integration for injecting Google Tag Manager snippets into Astro projects, supporting popular web analytics tools.

8 lines (6 loc) 479 B
// 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 GoogleTagmanager } from './src/GoogleTagmanager.astro'; export { default as GoogleTagmanagerPartytown } from './src/GoogleTagmanagerPartytown.astro'; export { default as GoogleTagmanagerNoscript } from './src/GoogleTagmanagerNoscript.astro'; export { default as SiteVerification } from './src/SiteVerification.astro';