fix(mobile): align background, API config, and search bar with PWA
- Add background image matching PWA (bg.png with opacity + overlay) - Fix production API URL to farmacias.hacecalor.net - Replace raw fetch calls in alerts.tsx with configured api service - Constrain SearchBar max-width to 420px to prevent horizontal clipping
This commit is contained in:
@@ -5,7 +5,7 @@ const ENV = {
|
||||
API_BASE_URL: 'http://localhost:3001/api',
|
||||
},
|
||||
production: {
|
||||
API_BASE_URL: 'https://your-production-api.com/api',
|
||||
API_BASE_URL: 'https://farmacias.hacecalor.net/api',
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user