mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-21 04:57:05 +02:00
Add Google Analytics
This commit is contained in:
parent
72a9f7693d
commit
908374b2a5
1 changed files with 2 additions and 1 deletions
|
@ -101,7 +101,8 @@ const siteConfig = {
|
||||||
highlight: {
|
highlight: {
|
||||||
theme: "solarized-dark"
|
theme: "solarized-dark"
|
||||||
},
|
},
|
||||||
scripts: ["https://buttons.github.io/buttons.js"]
|
scripts: ["https://buttons.github.io/buttons.js"],
|
||||||
|
gaTrackingId: "UA-44373548-31"
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = siteConfig;
|
module.exports = siteConfig;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue