temporarily disable

This commit is contained in:
Joshua Chen 2022-01-16 17:13:35 +08:00
parent 6139b89e21
commit 7a17da02cd
No known key found for this signature in database
GPG key ID: C37145B818BDB68F

View file

@ -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,
}), }),
], ],
], ],