From c3b5bd2a4e8d9a9535939caecd7598a63eeb68e0 Mon Sep 17 00:00:00 2001 From: agneliutkiene Date: Tue, 3 Feb 2026 13:47:30 +0200 Subject: [PATCH] Update deploy.md by adding Hostinger to deployment guide Add Hostinger as a deployment option in the deployment documentation. Closes #5109 --- docs/en/guide/deploy.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/guide/deploy.md b/docs/en/guide/deploy.md index 48e8c9ea4..e0749614f 100644 --- a/docs/en/guide/deploy.md +++ b/docs/en/guide/deploy.md @@ -270,6 +270,10 @@ Don't enable options like _Auto Minify_ for HTML code. It will remove comments f npx surge docs/.vitepress/dist ``` +### Hostinger + +You can deploy your VitePress project with [Hostinger](https://www.hostinger.com/web-apps-hosting) by following these [instructions](https://www.hostinger.com/support/how-to-deploy-a-nodejs-website-in-hostinger/). While configuring build settings, choose VitePress as the framework and adjust the root directory to `./docs`. + ### Heroku 1. Follow documentation and guide given in [`heroku-buildpack-static`](https://elements.heroku.com/buildpacks/heroku/heroku-buildpack-static).