Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Vercel Analytics #511

Open
konhi opened this issue May 27, 2023 · 0 comments
Open

Support Vercel Analytics #511

konhi opened this issue May 27, 2023 · 0 comments

Comments

@konhi
Copy link

konhi commented May 27, 2023

Description

Vercel Analytics is well-integrated with Next.js. We can easily integrate it to this starter, by:

  1. installing @vercel/analytics
  2. adding a config that enables analytics, e.g. enableVercelAnalytics: boolean
  3. adding {enableVercelAnalytics && <Analytics />} to _app.tsx

This is better than already existing solutions, because it doesn't require creating additional accounts. Their free plan is also generic, in comparison to Fathom, which doesn't have a free plan.

Let me know if you see value in that! ☺️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant