yihong0618 / running_page

Make your own running home page
https://running-page.vercel.app
MIT License
3.55k stars 1.02k forks source link

feat: conditionally output analysis JS only in Vercel environment #715

Closed Liudon closed 1 week ago

Liudon commented 1 week ago

In non-Vercel deployment environments(Github Pages), there will be a 404 request for the Vercel Analytics JS.

WX20240922-194600@2x

After modification, output under Vercel deployment:

WX20240922-215504@2x

output non-Vercel deployment:

WX20240922-215720@2x

vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
running-page ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 22, 2024 2:12pm
yihong0618 commented 1 week ago

Thanks