Skip to content

Commit

Permalink
test adding posthog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakousa committed Nov 3, 2024
1 parent 17c3fc9 commit dbcb915
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,16 @@ const config = {
},
}),

plugins: [require.resolve('docusaurus-lunr-search')],
plugins: [
require.resolve('docusaurus-lunr-search'),
[
"posthog-docusaurus",
{
apiKey: "phc_b1Vwdj977Eg3n1KKP69WoUpx1frnW3bhycCJ5ftjkDI",
appUrl: "https://eu.i.posthog.com",
},
],
],
};

module.exports = config;
9 changes: 9 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"docusaurus-lunr-search": "^2.3.2",
"posthog-docusaurus": "^2.0.1",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down

0 comments on commit dbcb915

Please sign in to comment.