This pull request introduces a small change to the way cover image URLs are handled in the AddNewView.vue file. The update ensures that image URLs are consistently processed through the apiService.getImageUrl method before being returned.
- Cover image URLs are now passed through
apiService.getImageUrlinstead of being returned directly, ensuring consistent formatting and handling for all book images.Updated getCoverUrl to use apiService.getImageUrl for book.imageUrl, ensuring consistent image URL formatting and handling.
Automated canary build