Skip to content

Commit

Permalink
Merge pull request #209 from JeelRajodiya/improvements/small
Browse files Browse the repository at this point in the history
fix: page views
  • Loading branch information
Codesmith28 authored Aug 5, 2023
2 parents 8dd3eef + 00ded2a commit 5ba6f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function App({
<SessionProvider session={session}>
<ChakraProvider theme={theme}>
<Provider store={store}>
<GoogleAnalytics trackPageViews />
<GoogleAnalytics trackPageViews={true} />
<Component {...pageProps} />
</Provider>
</ChakraProvider>
Expand Down

0 comments on commit 5ba6f4e

Please sign in to comment.