Closed simonweniger closed 4 years ago
intalled npm i react-ga -S and added the tracking ID from the new teal.garden property (UA-147146482-3)
npm i react-ga -S
google react plugin doesnt work...so i went with this one providede by gatsby
Installed it: yarn add gatsby-plugin-google-analytics -W
yarn add gatsby-plugin-google-analytics -W
deleded the old one: yarn remove react-ga -W
yarn remove react-ga -W
Added the details with our tracking ID to thegatsby-config.js
gatsby-config.js
Also solved some spellings...
this one solves #21
intalled
npm i react-ga -S
and added the tracking ID from the new teal.garden property (UA-147146482-3)google react plugin doesnt work...so i went with this one providede by gatsby
Installed it:
yarn add gatsby-plugin-google-analytics -W
deleded the old one:
yarn remove react-ga -W
Added the details with our tracking ID to the
gatsby-config.js
Also solved some spellings...
this one solves #21