From 21066f2387317be2ed89c505aa75969e407fe61c Mon Sep 17 00:00:00 2001 From: Anish Ghimire Date: Tue, 18 Oct 2022 16:45:29 +0545 Subject: [PATCH] chore: add cleavr to supported hosting providers --- docs/content/1.getting-started/10.deployment.md | 1 + docs/public/_redirects | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/content/1.getting-started/10.deployment.md b/docs/content/1.getting-started/10.deployment.md index 435f0fcdff7..d7f2af80792 100644 --- a/docs/content/1.getting-started/10.deployment.md +++ b/docs/content/1.getting-started/10.deployment.md @@ -139,6 +139,7 @@ Nuxt 3 can be deployed to several cloud providers with a minimal amount of confi - :IconCloud{class="h-5 w-4 inline mb-2"} [AWS](https://nitro.unjs.io/deploy/providers/aws) - :LogoAzure{class="h-5 w-4 inline mb-2"} [Azure](https://nitro.unjs.io/deploy/providers/azure) +- :IconCloud{class="h-5 w-4 inline mb-2"} [Cleavr](https://nitro.unjs.io/deploy/providers/cleavr) - :LogoCloudFlare{class="h-5 w-4 inline mb-2"} [CloudFlare](https://nitro.unjs.io/deploy/providers/cloudflare) - :IconCloud{class="h-5 w-4 inline mb-2"} [Digital Ocean](https://nitro.unjs.io/deploy/providers/digitalocean) - :LogoFirebase{class="h-5 w-4 inline mb-2"} [Firebase](https://nitro.unjs.io/deploy/providers/firebase) diff --git a/docs/public/_redirects b/docs/public/_redirects index d3743bf79a9..bcf4ce6f6be 100644 --- a/docs/public/_redirects +++ b/docs/public/_redirects @@ -74,4 +74,5 @@ /guide/deploy/providers/render https://nitro.unjs.io/deploy/providers/render 302! /guide/deploy/providers/stormkit https://nitro.unjs.io/deploy/providers/stormkit 302! /guide/deploy/providers/vercel https://nitro.unjs.io/deploy/providers/vercel 302! +/guide/deploy/providers/cleavr https://nitro.unjs.io/deploy/providers/cleavr 302!