You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vercel Analytics is well-integrated with Next.js. We can easily integrate it to this starter, by:
installing @vercel/analytics
adding a config that enables analytics, e.g. enableVercelAnalytics: boolean
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! ☺️
The text was updated successfully, but these errors were encountered:
Description
Vercel Analytics is well-integrated with Next.js. We can easily integrate it to this starter, by:
@vercel/analytics
enableVercelAnalytics: boolean
{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!☺️
The text was updated successfully, but these errors were encountered: