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
Copy file name to clipboardexpand all lines: README.md
+15-3
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,18 @@ You can edit navigation links in `lib/navigation-links.ts`.
92
92
93
93
### Analytics
94
94
95
-
Vercel analytics is added. To configure, you need to enable it on [Vercel project dashboard](https://vercel.com/dashboard) by selecting your Project and then click the Analytics tab and click Enable from the dialog.
95
+
#### Vercel
96
+
97
+
To configure, you need to enable it on [Vercel project dashboard](https://vercel.com/dashboard) by selecting your Project and then click the Analytics tab and click Enable from the dialog.
98
+
99
+
#### Umami
100
+
101
+
Umami is a simple, easy to use, web analytics solution with self-hosting option! You can read more about it on [Umami website](https://umami.is/). (Hint: On [Railway](https://railway.app), you can self-host it low cost or even free)
102
+
103
+
Configure:
104
+
Set `NEXT_PUBLIC_UMAMI_SCRIPT_URL` & `NEXT_PUBLIC_UMAMI_WEBSITE_ID` environment variables on your `.env.local` file and on Vercel dashboard.
105
+
106
+
#### Others
96
107
97
108
Supporting other analytics providers are planned. Feel free to open an issue if you have any suggestions or a PR if you want to implement it yourself.
98
109
@@ -141,7 +152,8 @@ Create a PR and add your blog to this list if you're using the template!
141
152
-[x] projects page
142
153
-[x] about section on homepage
143
154
-[x] search & command bar
144
-
-[x] Vercel analytics
155
+
-[x] Analytics: Vercel, Umami
156
+
-[ ] Other analytics providers (fathom, simplelytics, plausible, etc)
0 commit comments