Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page loads w/ Content #1

Closed
AegeanGrey opened this issue Jul 20, 2023 · 2 comments
Closed

Page loads w/ Content #1

AegeanGrey opened this issue Jul 20, 2023 · 2 comments

Comments

@AegeanGrey
Copy link
Owner

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

@AegeanGrey
Copy link
Owner Author

The webpage can successfully load with all of the desired contents on the home page, now looking to get this to reflect when deploying to heroku

@AegeanGrey
Copy link
Owner Author

AegeanGrey commented Aug 20, 2023

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.

All pushes moving forward will not be from here but instead to https://github.com/AegeanGrey/react-portfolio-6.0 (it took me 6 times and more to get it deployed properly)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant