Update deploy.md for Vercel deploys (#247)

Updates deploy.md to include a missing step, enabling Vercel deploys using next.js.
This commit is contained in:
0xsolsurfer 2021-09-01 10:31:02 -07:00 committed by GitHub
parent 7225e58ffa
commit 06534bf5be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ yarn deploy
## Vercel
To publish the Metaplex app to Vercel, you first need to visit [https://vercel.com/](https://vercel.com/) and create a new project linked to your github repo.
To publish the Metaplex app to Vercel, you first need to visit [https://vercel.com/](https://vercel.com/) and create a new project linked to your github repo. Then, create a `pages/` directory under `js`.
After that, configure this project with the following settings: