Replies: 2 comments
-
|
I also don't know...sigh |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
If this is a normal React + Vite site, the Vite docs treat it as a static deployment:
So the first question for SiteGround is not really "how do I host Vite specifically?" so much as:
From the Vite side, the documented part is:
So the practical flow is: npm install
npm run buildThen upload the contents of Two important cases:
So yes, you can host a React Vite site there, but the deployment unit is the built |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to do the above, but I'm not even sure where to start. My site has multiple pages. If that helps.
Beta Was this translation helpful? Give feedback.
All reactions