From d334e7a69ca6446b310784e16070ec8c6879920e Mon Sep 17 00:00:00 2001 From: agneliutkiene Date: Wed, 4 Feb 2026 16:18:15 +0200 Subject: [PATCH] docs: add Hostinger to deployment guide (#5111) --- 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).