Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
critesjosh committed Jan 19, 2023
1 parent 995ec8a commit 39085db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const config = {

presets: [
[
"classic",
"@docusaurus/preset-classic",
/** @type {import('@docusaurus/preset-classic').Options} */
({
docs: {
Expand All @@ -46,7 +46,7 @@ const config = {
theme: {
customCss: require.resolve("./src/css/custom.css"),
},
googleAnalytics: {
gtag: {
trackingID: "G-WSBTSFJCSF",
anonymizeIP: true,
}
Expand Down

0 comments on commit 39085db

Please sign in to comment.