diff --git a/docs/guide/deploy.md b/docs/guide/deploy.md index 65ac1734..073e6ad0 100644 --- a/docs/guide/deploy.md +++ b/docs/guide/deploy.md @@ -253,7 +253,7 @@ $ heroku open To deploy your VitePress app with a [Vercel for Git](https://vercel.com/docs/git), make sure it has been pushed to a Git repository. -Go to https://vercel.com/import/git and import the project into Vercel using your Git of choice (GitHub, GitLab or BitBucket). Follow the wizard to select the project root with the project's `packaje.json` and override the build step using `yarn docs:build` or `npm run docs:build` and the output dir to be `./docs/.vitepress/dist` +Go to https://vercel.com/import/git and import the project into Vercel using your Git of choice (GitHub, GitLab or BitBucket). Follow the wizard to select the project root with the project's `package.json` and override the build step using `yarn docs:build` or `npm run docs:build` and the output dir to be `./docs/.vitepress/dist` ![Override Vercel Configuration](../images/vercel-configuration.png)