Skip to content

How to use without ACF Pro

Drew Baker edited this page Apr 25, 2021 · 1 revision

ACF Pro is used for Site Options, which by default is how we store the Google Analytics tracking codes. If you don't want to use ACF Pro, then you will need to do the following:

1.  In `~/gql/queries/SiteSettings.gql` delete the entire `acfSettings` block.
1.  To get Google Analytics tracking working, change line 5 of `~/plugins/google-gtag.client.js` to pull the codes from your preferred place. I recommend you put them in the Vuex store someplace.
Clone this wiki locally