mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 09:43:10 +00:00
temporarily disable
This commit is contained in:
parent
6139b89e21
commit
7a17da02cd
|
|
@ -300,11 +300,9 @@ const config = {
|
|||
theme: {
|
||||
customCss: [require.resolve('./src/css/custom.css')],
|
||||
},
|
||||
gtag: !isDeployPreview
|
||||
? {
|
||||
trackingID: 'UA-141789564-1',
|
||||
}
|
||||
: undefined,
|
||||
gtag: {
|
||||
trackingID: 'UA-141789564-1',
|
||||
},
|
||||
}),
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue