Skip to content

Commit ae10b34

Browse files
committed
doc: add Azion to deployments documentation
1 parent 23541b4 commit ae10b34

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/en/guide/deploy.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ The following guides are based on some shared assumptions:
2424
1. Run this command to build the docs:
2525

2626
```sh
27-
$ npm run docs:build
27+
npm run docs:build
2828
```
2929

3030
2. Once built, preview it locally by running:
3131

3232
```sh
33-
$ npm run docs:preview
33+
npm run docs:preview
3434
```
3535

3636
The `preview` command will boot up a local static web server that will serve the output directory `.vitepress/dist` at `http://localhost:4173`. You can use this to make sure everything looks good before pushing to production.
@@ -294,6 +294,12 @@ You can deploy your VitePress website on [Kinsta](https://kinsta.com/static-site
294294

295295
You can deploy your VitePress project to [Stormkit](https://www.stormkit.io) by following these [instructions](https://stormkit.io/blog/how-to-deploy-vitepress).
296296

297+
### Azion
298+
299+
[Azion](https://www.azion.com/en/) is a web platform that allows you to deploy your VitePress site globally. It provides a efficient way to host your website with low latency and high availability.
300+
301+
You can follow the [this guide](https://www.azion.com/pt-br/documentacao/produtos/guias/vitepress-typescript-boilerplate/) to set it up.
302+
297303
### Nginx
298304

299305
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`.

0 commit comments

Comments
 (0)