Signup Component using Tailwind CSS

Solution retrospective
code is done, but when deploy the code, img is like not deployed
Please log in to post a comment
Log in with GitHubCommunity feedback
- @freaky4wrld
Hey there buddy, hope you having a good day........ follow the steps to get the image on your website....
-
move your images folder to public folder, vercel isn't able to understand where to look for the image that you have referenced in your html/css files....... it can only access things that are in the public folder.
-
then you have to relink the images in your html and css files, couple of commits would be good to save the changes.
-
then you have to redeploy your project on vercel and it will surely work.
Hope this helps , if you have any other confusion do ask... I'm glad to resolve your issue
Marked as helpful -
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord