Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/google analytics #37

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from
Open

Feat/google analytics #37

wants to merge 6 commits into from

Commits on Dec 5, 2019

  1. feat: add google analytics support

    add analtics support to site
    binzcodes committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    bc5db0c View commit details
    Browse the repository at this point in the history
  2. fix(csp): fix csp for google analytics

    csp violations are preventing GA from loading in. this is expected to resolve
    binzcodes committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    9418303 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2019

  1. Configuration menu
    Copy the full SHA
    478fe1d View commit details
    Browse the repository at this point in the history
  2. feat(google-analytics): move google analytics id to env variable

    remove hard-coded id from config and requires GOOGLE_ANALYTICS_ID set as an environmental variable
    
    BREAKING CHANGE: site now requires env var GOOGLE_ANALYTICS_ID to be set during production build
    binzcodes committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    e7f559c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56023fb View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    c5837dc View commit details
    Browse the repository at this point in the history