I face 2 issues first is when I run the the project default page “home” not showing only navbaar show and second is after deployment images not showing kindly help me a lot of time already wasted but issue not resolved yet
deploy link:
Portfolio
repository link:
GitHub - muhammadasad100/MyPortfolio
in what file are you using those images?
Import the images into the components. Or you can also use the public
directory for static assets.
React router V6 does not use exact
, also you didn’t add the root /
path to the home route.
<Route exact>
is gone.
in public folder named Images I also share the repository link kindly checkout this
that’s where the images are, I can spend the time to look all your files one by one to search where the images are used, or you can tell me.
I put Image into the public folder named “Images” plz check public folder
I see you have some images, that’s a good start, now where I can find them being used?
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.