Skip to content

Commit

Permalink
Add posthog
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber235 committed Jul 15, 2024
1 parent 9eb1b38 commit 3ad64a8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions documentation/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,15 @@ const config = {
}
}),
plugins: [
[
"posthog-docusaurus",
{
apiKey: "phc_XjXhELHuFbPUWBfkaYiivwe1kEKVIFOJZuWfA0K9YU0",
appUrl: "https://eu.i.posthog.com",
person_profiles: "always",
enableInDevelopment: false,
},
],
"rive-loader",
require.resolve("./plugins/tailwind/tailwind-config.js"),
require.resolve("./plugins/compression/index.js"),
Expand Down
9 changes: 9 additions & 0 deletions documentation/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 documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@mdx-js/react": "^3.0.1",
"@rive-app/react-canvas": "^4.13.3",
"clsx": "^2.1.1",
"posthog-docusaurus": "^2.0.0",
"prism-react-renderer": "^2.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down

0 comments on commit 3ad64a8

Please sign in to comment.