We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
after use yarn run build , put it on server , it's render nothing , but good on local here is my router config code
<Router basename="/novel-app"> <div> <Route exact path='/' component={Index}/> <Route path='/Index' component={Index}/> <Route path='/searchResult' component={SearchResult}/> <Route path='/sources' component={Sources}/> <Route path='/categories' component={Categories}/> <Route path='/chapter' component={Chapter}/> <Route path='/cat' component={Cat}/> </div> </Router>
what should i do?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
after use yarn run build , put it on server , it's render nothing , but good on local
here is my router config code
what should i do?
The text was updated successfully, but these errors were encountered: