I have a React + Redux application, I want a link to the privacy.html page, which is a static html file at the root of the project, along with index.html, which is a reaction application.
The problem is that the link to is /privacy.htmlcaught<Route path='*' component={NotFoundView} />
Is there any work for this?
source
share