Skip to content

Commit

Permalink
off-topic: add analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed May 1, 2024
1 parent 1a8791b commit 79e0b9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@polkadot/ui-keyring": "latest",
"@polkadot/util": "latest",
"@types/humanize-duration": "^3.27.3",
"@vercel/analytics": "^1.2.2",
"clsx": "^1.1.1",
"coretime-utils": "^0.2.8",
"date-fns": "^3.3.1",
Expand Down
2 changes: 2 additions & 0 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { CacheProvider, EmotionCache } from '@emotion/react';
import CssBaseline from '@mui/material/CssBaseline';
import { ThemeProvider } from '@mui/material/styles';
import { Analytics } from '@vercel/analytics/react';
import { NextPage } from 'next';
import { AppProps } from 'next/app';
import Head from 'next/head';
Expand Down Expand Up @@ -72,6 +73,7 @@ export default function MyApp(props: MyAppProps) {
</NetworkProvider>
</ToastProvider>
</ThemeProvider>
<Analytics />
</CacheProvider>
);
}

0 comments on commit 79e0b9d

Please sign in to comment.