Skip to content

Commit

Permalink
fixing docs deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Boyne committed Mar 8, 2023
1 parent d14637c commit 9eb2bea
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ const config = {
[
'@docusaurus/plugin-google-gtag',
{
trackingID: 'G-DCBX4M3CVP',
gtag: {
trackingID: 'G-DCBX4M3CVP',
},
},
],
],
Expand Down Expand Up @@ -101,6 +103,9 @@ const config = {
disableSwitch: true,
defaultMode: 'light',
},
gtag: {
trackingID: 'G-DCBX4M3CVP',
},
footer: {
style: 'dark',
links: [
Expand Down Expand Up @@ -147,7 +152,7 @@ const config = {
copyright: `Open Source project built by David Boyne. Built for the community.`,
},
prism: {
theme: theme,
theme,
darkTheme: theme,
},
}),
Expand Down

0 comments on commit 9eb2bea

Please sign in to comment.