Closed vnaeimabadi closed 2 years ago
this works properly on local
but when deploy it on Vercel it won't work properly
did you install next-image
I am using
import { Image } from 'dripsy'
for showing image
this is the repo https://github.com/vnaeimabadi/vasfa
https://github.com/vnaeimabadi/vasfa/blob/main/packages/app/features/home/screen.js
@nandorojo ?
@nandorojo any update?
i am helping for free, please don't ping issues
@vnaeimabadi Please review this thread: https://github.com/nandorojo/solito/issues/78
Sharing your next.config.js would also help...
@vnaeimabadi did you end up solving this? i see the images working here: https://vasfa.vercel.app/
Closing for now, but let me know if the problem persists.
it was about blocking the link of the image from the hosting server. I fix that by changing that link. thanks
I'm excited to share the new Solito image component: https://solito.dev/usage/image
I add import { Image } from 'dripsy' for showing image
<Image sx={{ height: 86, aspectRatio: 2, ml: 10, }} resizeMode="contain" source={{ uri: 'http://vasfa.ir/wp-content/uploads/2020/03/Vasfa-Logo.png', }} />
but after deployment on Vercel the image is not showing.
this is web link: https://vasfa.vercel.app