Updated docusaurus.config.js

Signed-off-by: Amith Koujalgi <koujalgi.amith@gmail.com>
This commit is contained in:
Amith Koujalgi 2024-08-06 11:22:37 +05:30
parent 422601c0fc
commit 11a98a72a1

View File

@ -37,12 +37,6 @@ const config = {
presets: [ presets: [
[ [
'classic', 'classic',
{
gtag: {
trackingID: 'G-G7FLH6FNDC',
anonymizeIP: false,
},
},
/** @type {import('@docusaurus/preset-classic').Options} */ /** @type {import('@docusaurus/preset-classic').Options} */
({ ({
docs: { docs: {
@ -64,6 +58,10 @@ const config = {
theme: { theme: {
customCss: './src/css/custom.css', customCss: './src/css/custom.css',
}, },
gtag: {
trackingID: 'G-G7FLH6FNDC',
anonymizeIP: false,
},
}), }),
], ],
], ],