mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-06 20:47:45 +00:00
Update docusaurus.config.js
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user