clj-codes / docs.frontend

Frontend SPA for docs.clj.codes
https://docs.clj.codes/
The Unlicense
4 stars 0 forks source link

feat: google analytics #43

Closed kdmoreira closed 4 months ago

kdmoreira commented 4 months ago

This PR sets up Google Analytics, by adding the necessary scripts to the HTML head element. It uses a GA_TAG_ID that can be passed as a configuration variable. When GA_TAG_ID is empty, it won't add any GA-related script.

Reference: Google Tag Doc