From 06534bf5bec431a4b43dfeff95b0e84e69fc420d Mon Sep 17 00:00:00 2001 From: 0xsolsurfer <89321164+0xsolsurfer@users.noreply.github.com> Date: Wed, 1 Sep 2021 10:31:02 -0700 Subject: [PATCH] Update deploy.md for Vercel deploys (#247) Updates deploy.md to include a missing step, enabling Vercel deploys using next.js. --- docs/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy.md b/docs/deploy.md index 2dd3590..7fec7ab 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -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: