You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GIVEN a single-page application portfolio for a web developer
WHEN I load the portfolio
THEN I am presented with a page containing a header, a section for content, and a footer
The text was updated successfully, but these errors were encountered:
I was able to get my portfolio uploaded and deployed on github pages but not with this repository, the pushes somehow got messed up and I ended up removing the background video and replaced them with some of my seattle pictures to help with performance.
I ended up finding this thread of people running into a very similar issue when using the Routes variable and found that I had to add basename={window.location.pathname || ''} to the BrowserRouter variable for it to load the webpage properly with all the content I've built: gitname/react-gh-pages#3
Now working on implementing the last few feature and styling for submission
GIVEN a single-page application portfolio for a web developer
WHEN I load the portfolio
THEN I am presented with a page containing a header, a section for content, and a footer
The text was updated successfully, but these errors were encountered: