Skip to content

Commit

Permalink
Add Plausible to docusaurus.config.js (MetaMask#80)
Browse files Browse the repository at this point in the history
* Add Plausible to docusaurus.config.js

MetaMask#71 Added config snippet according to plausible guideline https://plausible.io/docs/docusaurus-integration

* Linting updates
  • Loading branch information
vandan authored Apr 3, 2023
1 parent 5f24a4e commit 4c88ae9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ const config = {
locales: ["en"],
},

scripts: [
{ src: "https://plausible.io/js/script.js", defer: true, "data-domain": "docs.metamask.io" },
],

presets: [
[
"classic",
Expand Down

0 comments on commit 4c88ae9

Please sign in to comment.