Update docusaurus.config.js

This commit is contained in:
Luke Hagar
2024-02-02 13:40:59 -06:00
parent 5daa87b560
commit 317e5cf1df

View File

@@ -61,10 +61,6 @@ const config = {
theme: { theme: {
customCss: require.resolve("./src/css/custom.css"), customCss: require.resolve("./src/css/custom.css"),
}, },
gtag: {
trackingID: "G-MSKDJLGPWF",
anonymizeIP: true,
},
}), }),
], ],
], ],
@@ -74,7 +70,7 @@ const config = {
({ ({
colorMode: { colorMode: {
defaultMode: "dark", defaultMode: "dark",
disableSwitch: true, disableSwitch: false,
respectPrefersColorScheme: false, respectPrefersColorScheme: false,
}, },
// Replace with your project's social card // Replace with your project's social card