From dc2464b2ceeb61d99522a59e56ab230080f16f13 Mon Sep 17 00:00:00 2001 From: Chad Sanda Date: Mon, 8 Mar 2021 09:37:19 -0600 Subject: [PATCH] docs(deploy): fix typo (#240) [skip ci] packaje.json to package.json --- 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 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)