Skip to content

Commit

Permalink
chore: add Vercel analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanleo committed Aug 4, 2023
1 parent 1a15abf commit fd47788
Showing 1 changed file with 2 additions and 0 deletions.
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 'normalize.css';
import '../stylesheets/styles.scss';

import { Analytics } from '@vercel/analytics/react';
import { AppProps } from 'next/app';
import React from 'react';
import { ThemeProvider } from 'styled-components';
Expand All @@ -13,6 +14,7 @@ const App: React.FC<AppProps> = function (props) {
return (
<ThemeProvider theme={theme}>
<Component {...pageProps} />
<Analytics />
</ThemeProvider>
);
};
Expand Down

1 comment on commit fd47788

@vercel
Copy link

@vercel vercel bot commented on fd47788 Aug 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.