You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/guide/deploy.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,13 @@ The following guides are based on some shared assumptions:
24
24
1. Run this command to build the docs:
25
25
26
26
```sh
27
-
$ npm run docs:build
27
+
npm run docs:build
28
28
```
29
29
30
30
2. Once built, preview it locally by running:
31
31
32
32
```sh
33
-
$ npm run docs:preview
33
+
npm run docs:preview
34
34
```
35
35
36
36
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
294
294
295
295
You can deploy your VitePress project to [Stormkit](https://www.stormkit.io) by following these [instructions](https://stormkit.io/blog/how-to-deploy-vitepress).
296
296
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
+
297
303
### Nginx
298
304
299
305
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