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
fix(netlify): harden server env fallback and disable Vercel analytics on Netlify
- update server env resolver to read Netlify runtime env safely
(supports both globalThis.Netlify and global Netlify identifier)
- keep process.env as primary source, Netlify env as fallback
- render @vercel/analytics only on Vercel (VERCEL=1) to avoid Netlify 404s
0 commit comments