Latest solutions
Calculator app - React, Typescript, Tailwind
#react#tailwind-css#typescriptSubmitted about 1 year agoCrowdfunding Product Page - React, Typescript, Tailwind
#react#tailwind-css#typescriptSubmitted about 1 year agoExpenses chart - React, Typescript, Tailwind
#react#tailwind-css#typescriptSubmitted about 1 year ago
Latest comments
- @rowanDeveloper@anttiromppanen
If your quote-image shows on development, the problem is probably related to the background url: https://stackoverflow.com/questions/57976049/background-image-does-not-work-on-github-pages
If this the case, try changing the path "./images" to "/images" or "images", push to github and see if any of those fixes your issue
edit: ↓ this probably fixes your problem