Skip to content
Discussion options

You must be logged in to vote

This is rendering your app correctly, but failing to match a route. This is because the path of the URL is /portfolio, which is not a route in your app. You should be able to use the base prop on the <Router/> component (and/or <Routes/>, I can't remember exactly!) to tell the router that your base path is not /.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@gbj
Comment options

gbj Jan 29, 2024
Maintainer

@jmarcelomb
Comment options

Answer selected by jmarcelomb
Comment options

You must be logged in to vote
2 replies
@gbj
Comment options

gbj Feb 15, 2024
Maintainer

@gbj
Comment options

gbj Feb 15, 2024
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants