From 417caf3c28a14e4c223a65823ab0d5705a3ef9a1 Mon Sep 17 00:00:00 2001 From: Kia King Ishii Date: Fri, 22 Jan 2021 23:05:34 +0900 Subject: [PATCH] docs: update serve command default port --- docs/guide/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/deploy.md b/docs/guide/deploy.md index 056a7aff..e189cc27 100644 --- a/docs/guide/deploy.md +++ b/docs/guide/deploy.md @@ -34,7 +34,7 @@ $ yarn docs:build $ yarn docs:serve ``` -The `serve` command will boot up local static web server that serves the files from `.vitepress/dist` at http://localhost:3000. It's an easy way to check if the production build looks OK in your local environment. +The `serve` command will boot up local static web server that serves the files from `.vitepress/dist` at http://localhost:5000. It's an easy way to check if the production build looks OK in your local environment. You may configure the port of the server py passing `--port` flag as an argument.