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(site): simplify error details and remove SHOW_ERROR_DETAILS flag
- Remove SHOW_ERROR_DETAILS and PUBLIC_VERCEL_ENV constants; always
show error details when present
- Remove hasErrorDetails variable; inline the check directly
- Simplify pre content rendering: remove complex ternary, use
straightforward JSX expressions per reviewer suggestion
0 commit comments