Skip to content

Commit

Permalink
add vercel Analytics (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
robphoenix committed Jul 8, 2024
1 parent 25dd0d6 commit f9329ff
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 15 deletions.
3 changes: 3 additions & 0 deletions packages/web-ui/docs/web-ui/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { Meta } from '@storybook/blocks';
import { version } from '../../package.json';
import { Analytics } from '@vercel/analytics/react';

<Analytics />

<Meta title="Web UI / Introduction" />

Expand Down
1 change: 1 addition & 0 deletions packages/web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"@types/react-syntax-highlighter": "^15.5.11",
"@utilitywarehouse/css-reset": "workspace:^",
"@utilitywarehouse/fontsource": "^0.0.5",
"@vercel/analytics": "^1.3.1",
"chromatic": "^11.3.5",
"prop-types": "^15.8.1",
"react": "^17.0.0 || ^18.0.0",
Expand Down
52 changes: 37 additions & 15 deletions pnpm-lock.yaml

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

0 comments on commit f9329ff

Please sign in to comment.