questions background images was displaying while we run app on local machine but they were not displaying when we access our app from heroku server ,So I have uploaded images at an other server and provided the link in questions seeding.
Fixes # (issue)
How to test?
after updating latest seeding in database. please run
npm run dev
Checklist
[x ] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[ x] This PR is ready to be merged and not breaking any other functionality
Description
questions background images was displaying while we run app on local machine but they were not displaying when we access our app from heroku server ,So I have uploaded images at an other server and provided the link in questions seeding.
Fixes # (issue)
How to test?
after updating latest seeding in database. please run npm run dev
Checklist