Skip to content

Commit

Permalink
Move gtag config
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkerlucio committed Jan 3, 2024
1 parent 9790320 commit 1ef3438
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ module.exports = {
prism: {
additionalLanguages: ['clojure'],
},
gtag: {
trackingID: 'G-GZFCYV0DXN',
},
algolia: {
apiKey: '000878ddd4911b382989562da17a99dd',
indexName: 'phantom3', // algolia used the wrong name there that we have to replicate here
Expand Down Expand Up @@ -109,6 +106,9 @@ module.exports = {
sidebarPath: require.resolve('./sidebars.js'),
editUrl: 'https://github.com/wilkerlucio/pathom3-docs/edit/master/',
},
gtag: {
trackingID: 'G-GZFCYV0DXN',
},
// blog: {
// showReadingTime: true,
// editUrl: 'https://github.com/wilkerlucio/pathom3-docs/edit/master/blog/',
Expand Down

0 comments on commit 1ef3438

Please sign in to comment.