Skip to content

Commit

Permalink
Add plausible tracking snippet (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavithraes authored Dec 22, 2023
1 parent 703b001 commit a4863e3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docusaurus-docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ const config = {
locales: ["en"],
},

// Add Plausible snippet as script
scripts: [
{
src: "https://plausible.io/js/script.js",
defer: true,
"data-domain": "conda.store",
}
],

// Install plugins, then add here
plugins: [
require.resolve("docusaurus-lunr-search"),
Expand Down

0 comments on commit a4863e3

Please sign in to comment.