Product Preview Card | Tailwindcss

Solution retrospective
I built and deployed my project to GitHub Pages using GitHub Actions for the first time! I don't know what's next, but I will continue learning.
What challenges did you encounter, and how did you overcome them?The project itself was not hard, but trying to deploy to GitHub Pages at first was frustrating because the project's assets would not load. It was because when the assets were built, the paths to those assets had a '/' at the beginning, which made them not resolve correctly.
I fixed it by using parcel's --public-url
option to make the paths relative and not have the slash at the beginning.
Help with code and accessibility is welcome.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Xianort's solution.
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