fix(media): 后台图片指向 App 后端,修线上图片 404 #14
Reference in New Issue
Block a user
Delete Branch "fix/admin-media-base-image-404"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
线上 admin(admin-web.shaguabijia.com)的「上报审核截图 / 反馈截图 / 反馈二维码」
全部 404:NEXT_PUBLIC_MEDIA_BASE 为空时,图片被拼到不 serve /media 的 admin 域。
媒体实际由 App 后端托管,故让前端指向它:
注:NEXT_PUBLIC_* 为编译期常量,合并后服务器需 npm run build + 重启服务才生效。
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com