Skip to content

Commit

Permalink
Move gtag config out of themeConfig and into preset-classic config
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloest committed Feb 17, 2022
1 parent 68842ec commit 7980d95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,6 @@ module.exports = {
facetFilters: [],
//... other Algolia params
},
gtag: {
// You can also use your "G-" Measurement ID here.
trackingID: 'G-1851JH9FSR',
},
image: 'https://semgrep.dev/thumbnail.png'
},
scripts: [
Expand All @@ -153,6 +149,10 @@ module.exports = {
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
gtag: {
// You can also use your "G-" Measurement ID here.
trackingID: 'G-1851JH9FSR',
},
},
],
[
Expand Down

0 comments on commit 7980d95

Please sign in to comment.