mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-30 10:48:05 +02:00
temporarily disable
This commit is contained in:
parent
6139b89e21
commit
7a17da02cd
1 changed files with 3 additions and 5 deletions
|
@ -300,11 +300,9 @@ const config = {
|
||||||
theme: {
|
theme: {
|
||||||
customCss: [require.resolve('./src/css/custom.css')],
|
customCss: [require.resolve('./src/css/custom.css')],
|
||||||
},
|
},
|
||||||
gtag: !isDeployPreview
|
gtag: {
|
||||||
? {
|
trackingID: 'UA-141789564-1',
|
||||||
trackingID: 'UA-141789564-1',
|
},
|
||||||
}
|
|
||||||
: undefined,
|
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue