Skip to content

Commit

Permalink
Separate GA from main website
Browse files Browse the repository at this point in the history
  • Loading branch information
osamajandali authored Dec 5, 2022
1 parent 27f17c6 commit b52776a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const config = {
customCss: require.resolve("./src/css/custom.css"),
},
gtag: {
trackingID: "G-593HJXNS18",
trackingID: "G-J3XG8C4W57",
},
sitemap: {
changefreq: "weekly",
Expand Down Expand Up @@ -228,4 +228,4 @@ const config = {
],
};

module.exports = config;
module.exports = config;

0 comments on commit b52776a

Please sign in to comment.