fix(doctors): resolve next/image http host and MUI v5 loading prop
- افزودن الگوی http برای api.clinic-pro.ir به next.config (عکسهای بیمه با http برمیگردند و خطای 500 next/image میدادند) - جایگزینی prop loading نامعتبر روی Button با disabled در SendReq/ButtonApply (loading فقط در MUI v6+ پشتیبانی میشود؛ این پروژه v5 است و lab نصب نیست) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -8,6 +8,10 @@ const nextConfig = {
|
||||
protocol: 'https',
|
||||
hostname: 'api.clinic-pro.ir',
|
||||
},
|
||||
{
|
||||
protocol: 'http',
|
||||
hostname: 'api.clinic-pro.ir',
|
||||
},
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'back-dev.clinic-pro.ir',
|
||||
|
||||
Reference in New Issue
Block a user