Skip to content

Commit 33cecb3

Browse files
authored
add analytics (#344)
1 parent e2e51ca commit 33cecb3

7 files changed

Lines changed: 153 additions & 94 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.5.0] - 2025-02-08
6+
7+
### Added
8+
9+
- Adding Vercel analytics! [(issue #327)](https://github.com/nmelhado/league-page/issues/327)
10+
- Go to [Vercel Analytics](https://vercel.com/d?to=%2F%5Bteam%5D%2F%5Bproject%5D%2Fanalytics&title=Open+Web+Analytics) to enable
11+
512
## [2.4.4] - 2025-02-05
613

714
### Fixed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Generate a custom league page for your Sleeper fantasy football league in just a
103103
## To deploy on [Vercel](https://vercel.com/) for free:
104104
- Push up your changes
105105
- [Link your github repo to Vercel](https://vercel.com/guides/deploying-svelte-with-vercel#step-2:-deploying-your-svelte-app-with-vercel)
106+
- (Optional) If you want to add analytics, go to the [Analytics page in Vercel](https://vercel.com/d?to=%2F%5Bteam%5D%2F%5Bproject%5D%2Fanalytics&title=Open+Web+Analytics) and turn them on!
106107
- That's it!
107108

108109
<!-- ## Development

TRAINING_WHEELS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ Generate a custom league page for your Sleeper fantasy football league in just a
242242

243243
- That's it. You've built out your own league website!
244244
- If you want to replace the league page logo with your league's own logo, replece `static/badge.png` with your own 120px x 120px png file (using the same name)
245+
- If you want to add analytics, go to the [Analytics page in Vercel](https://vercel.com/d?to=%2F%5Bteam%5D%2F%5Bproject%5D%2Fanalytics&title=Open+Web+Analytics) and turn them on!
245246
- If you want to delve further, you can also edit your league constitution page `/src/routes/constitution/+page.svelte`
246247
- This page is primarily HTML, so you can edit this in a similar way to how you edited the homepage
247248
- If you and your league like League Page, please consider <b><a href="https://www.buymeacoffee.com/nmelhado" target="_blank">donating</a></b> (and encouraging your league-mates to too!)

0 commit comments

Comments
 (0)