EbookFoundation / free-programming-books-search

https://ebookfoundation.github.io/free-programming-books-search
BSD 2-Clause "Simplified" License
313 stars 53 forks source link

There are some relative urls with a harcoded contextPath #37

Open davorpa opened 2 years ago

davorpa commented 2 years ago

There are some hardcoded values in the app that doesn't allow deploy it in other contextPath different of /free-programming-books-search

https://github.com/EbookFoundation/free-programming-books-search/blob/7cf1d452fa52e8e85b181c764ab6ce0f13d6ca1e/src/components/ParsedLink.js#L31-L37

Use environment instead of:

https://medium.com/@hernan.massad/running-create-react-app-from-non-root-context-path-95be40e3acf0