Vite+React js Multiple webpage site deployment issue #162
Replies: 1 comment 2 replies
-
You should configure your hosting provider to returns |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a vite+react.js multi-page website. It can easily access the other pages developed as jsx components in development. As an example, if I try to access localhost/about-us it works perfectly. But when it comes to the build version and deploying it to the production, I can't access the same page (domainname.come/about-us). it returns a 404 error. How to fix this error
Beta Was this translation helpful? Give feedback.
All reactions