I am working with v0 / Vercel as a non-coder and finding it great, except I can’t seem to get any images to publish - usually only placeholder images will show or some other weird variants.
I assume this is something related to my connection to Github, but even when I type the exact path of the image, it still doesn’t appear
Is this due to Github and Vercel not syncing or some settings issue? Its driving me crazy so any help appreciated on setup for Vercel or Github to resolve this.
I see that the Image URLs that v0 generate are placeholders. So you can add images of your choice to your project and then replace the name or path in the logo key.
Hi @robeskinner-gmailcom, sorry that it’s taking longer to get the images up and running.
v0 doesn’t generate images so it creates an example path or placeholder to the images. What you can do is add those images in your Next.js project and then it should work. Now, I understand as a no-code user it might look overwhelming that’s why I’m here to help.
Once you add the images in the public folder and use the correct path in the code. It all should work.
The path to public images should not include /public. So in the above case it should be /coursera-logo-full-rgb.png if that’s the filename inside the public folder of your project on GitHub.
Would it be possible for us to take a look at your GitHub repository?
Thanks for sharing the repo @robeskinner-gmailcom. You should be able to use the images now, just remove the /public from the URL/path in the providers.ts file.