diff --git a/content/blog/visitor-tracking-and-stats-improvements.md b/content/blog/visitor-tracking-and-stats-improvements.md index 6cf496d..d5b87ec 100644 --- a/content/blog/visitor-tracking-and-stats-improvements.md +++ b/content/blog/visitor-tracking-and-stats-improvements.md @@ -20,6 +20,7 @@ The stats page now shows a live world map with visitor locations. Each active vi The map uses Netlify's built-in geo detection. No third-party API needed. No IP addresses stored. Just city, country, and coordinates. +![visitors map](/images/map.gif) Configure it in siteConfig: ```typescript diff --git a/public/images/map.gif b/public/images/map.gif new file mode 100644 index 0000000..7a6470b Binary files /dev/null and b/public/images/map.gif differ diff --git a/public/raw/visitor-tracking-and-stats-improvements.md b/public/raw/visitor-tracking-and-stats-improvements.md index 8a3b3d6..bb3e337 100644 --- a/public/raw/visitor-tracking-and-stats-improvements.md +++ b/public/raw/visitor-tracking-and-stats-improvements.md @@ -15,6 +15,7 @@ The stats page now shows a live world map with visitor locations. Each active vi The map uses Netlify's built-in geo detection. No third-party API needed. No IP addresses stored. Just city, country, and coordinates. +![visitors map](/images/map.gif) Configure it in siteConfig: ```typescript