From e912c8813759dcdf570be104e4ff01371afc5bdd Mon Sep 17 00:00:00 2001 From: Chad Sanda Date: Sun, 14 Feb 2021 18:43:37 -0600 Subject: [PATCH] Fix typo 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)