From 30afc3734663e7ea1d77e1d7bfd064752d47349c Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sun, 12 Jun 2022 11:39:46 -0500 Subject: [PATCH] Add Google Analytics component --- src/components/google-analytics.astro | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/components/google-analytics.astro diff --git a/src/components/google-analytics.astro b/src/components/google-analytics.astro new file mode 100644 index 0000000..ba3e5e4 --- /dev/null +++ b/src/components/google-analytics.astro @@ -0,0 +1,28 @@ +--- + +import { gaMeasurementId } from '~/helpers/constants.js' +// const gaMeasurementId = 'G-0WLH5YTTB0' + +--- + + +