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!