From c70dc6a1cf853414a9ece470f6ac76ec4d7dff34 Mon Sep 17 00:00:00 2001 From: Simon <18370980+soetz@users.noreply.github.com> Date: Wed, 9 Feb 2022 21:08:37 +0100 Subject: [PATCH] docs: update preview port (#6826) --- docs/guide/static-deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/static-deploy.md b/docs/guide/static-deploy.md index c3a142e3363ead..904defa37b730c 100644 --- a/docs/guide/static-deploy.md +++ b/docs/guide/static-deploy.md @@ -40,7 +40,7 @@ $ npm run build $ npm run preview ``` -The `vite preview` command will boot up local static web server that serves the files from `dist` at `http://localhost:5000`. It's an easy way to check if the production build looks OK in your local environment. +The `vite preview` command will boot up local static web server that serves the files from `dist` at `http://localhost:4173`. 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.