[Routing issue] Books display and broken brand link
Opened this issue · 0 comments
Cedric-F commented
What's wrong
- Books are displayed on the main gh page instead of
/MyReads-React/
(project gh landing page).
This causes a redirection to the gh main page (cedric-f repository) when reloading. - The brand Link redirects to "
/
" instead of "/MyReads-React/
" in production build.
It does work in local.
Guess
Probably comes from process.env.PUBLIC_URL
.