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: handle localhost images in SongPage component to prevent Next.js 15 private IP errors
- Implemented logic to disable image optimization for localhost URLs, addressing security concerns related to CVE-2025-55173.
- Added comments for clarity on the workaround and its implications for development versus production environments.
0 commit comments