Website URL
Error Message
Other Information
I want to import my brand new design of my website to InfinityFree, which is based on VitePress. How can I do this?
I want to import my brand new design of my website to InfinityFree, which is based on VitePress. How can I do this?
Unlikely to work unless node.js is running on client side
Free hosting supports only PHP.
There is no terminal access as well
You cannot upload the bare VitePress package directly and hope it will work here.
You must generate the assets locally first and upload the generated files.
I actually got it to work by building the website using npm run docs:build. I thought I can just drag the docs folder to my htdocs folder and it would work, but that wasn’t going to happen.
Thanks anyways!