@ -298,12 +298,20 @@ You can deploy your VitePress project to [Stormkit](https://www.stormkit.io) by
### Surge
### Surge
1. After running `npm run docs:build`, run this command to deploy:
After running `npm run docs:build`, run this command to deploy to [Surge](https://surge.sh):
```sh
```sh
npx surge docs/.vitepress/dist
npx surge docs/.vitepress/dist
```
```
### harvis
After running `npm run docs:build`, run this command to deploy to [harvis](https://harvis.dev):
```sh
npx harvis docs/.vitepress/dist
```
### nginx
### 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`.
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`.