Vitepress support?

Website URL

stickychannel-92.com

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?

Unlikely to work unless node.js is running on client side

Free hosting supports only PHP.
There is no terminal access as well

4 Likes

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.

4 Likes

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!