mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-29 17:07:08 +02:00
feat(v2): implement Google analytics plugin
This commit is contained in:
parent
7375789e46
commit
cfffad8c6d
8 changed files with 138 additions and 17 deletions
|
@ -36,6 +36,9 @@ module.exports = {
|
|||
gtag: {
|
||||
trackingID: 'UA-141789564-1',
|
||||
},
|
||||
// googleAnalytics: {
|
||||
// trackingID: 'UA-141789564-1',
|
||||
// },
|
||||
algolia: {
|
||||
apiKey: '47ecd3b21be71c5822571b9f59e52544',
|
||||
indexName: 'docusaurus-2',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue