From 09a6db645f25b3e74fa86c193e0e1eff8429315c Mon Sep 17 00:00:00 2001 From: Olusegun Durojaye <91230297+GeoSegun@users.noreply.github.com> Date: Tue, 23 Sep 2025 22:50:23 +0100 Subject: [PATCH] docs: add CloudRay Deployment Guide (#4949) --- 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 ed6331c1..29d2e1b4 100644 --- a/docs/en/guide/deploy.md +++ b/docs/en/guide/deploy.md @@ -294,6 +294,10 @@ You can deploy your VitePress website on [Kinsta](https://kinsta.com/static-site You can deploy your VitePress project to [Stormkit](https://www.stormkit.io) by following these [instructions](https://stormkit.io/blog/how-to-deploy-vitepress). +### CloudRay + +You can deploy your VitePress project with [CloudRay](https://cloudray.io/) by following these [instructions](https://cloudray.io/articles/how-to-deploy-vitepress-site). + ### Nginx Here is a example of an Nginx server block configuration. This setup includes gzip compression for common text-based assets, rules for serving your VitePress site's static files with proper caching headers as well as handling `cleanUrls: true`.