Skip to content

Commit

Permalink
Fix formatting of a few lines of config
Browse files Browse the repository at this point in the history
  • Loading branch information
derrekcoleman committed Jan 3, 2025
1 parent fc85544 commit f651e16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,11 @@ const config = {
],
},
gtag: {
trackingID: 'G-VX9XQWCCC5',
anonymizeIP: true
trackingID: "G-VX9XQWCCC5",
anonymizeIP: true,
},
googleTagManager: {
containerId: 'GTM-NSJLJ9D5',
containerId: "GTM-NSJLJ9D5",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
Expand Down

0 comments on commit f651e16

Please sign in to comment.