diff --git a/docs/guide/deployment.md b/docs/guide/deployment.md index b051b5df9c..eda245f380 100644 --- a/docs/guide/deployment.md +++ b/docs/guide/deployment.md @@ -58,10 +58,10 @@ If you are using the PWA plugin, your app must be served over HTTPS so that [Ser set -e # build - npm run docs:build + npm run build # navigate into the build output directory - cd docs/.vuepress/dist + cd dist # if you are deploying to a custom domain # echo 'www.example.com' > CNAME