From f88721e5ff857e07b670a87a8f541879e228e54f Mon Sep 17 00:00:00 2001 From: dazoulay <6037956+dazoulay@users.noreply.github.com> Date: Mon, 24 Jul 2023 13:59:09 -0400 Subject: [PATCH] Update deploy_configuration.md --- docs/docs/build_and_deploy/deploy_configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/build_and_deploy/deploy_configuration.md b/docs/docs/build_and_deploy/deploy_configuration.md index 25db26f..187b1f5 100644 --- a/docs/docs/build_and_deploy/deploy_configuration.md +++ b/docs/docs/build_and_deploy/deploy_configuration.md @@ -16,7 +16,7 @@ When deploying to a cloud provider, you must set the `NEXTAUTH_SECRET` environme 1. Click the following link to build and deploy your own copy of Composable UI to Vercel: - [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Foriuminc%2Fcomposable-open-labs&root-directory=composable-ui&project-name=composable-ui&repository-name=composable-ui&demo-title=Composable%20UI&demo-description=Open%20Source%20React%20Storefront%20for%20Composable%20Commerce&demo-url=https%3A%2F%2Fstorefront.composable.com%2F&demo-image=https%3A%2F%2Fstorefront.composable.com%2Fimg%2Fdemo_image.png&envDescription=Enter%20your%20NEXTAUTH_SECRET.&env=NEXTAUTH_SECRET&envLink=https%3A%2F%2Fnext-auth.js.org%2Fconfiguration%2Foptions%23nextauth_secret) + [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fcomposable-com%2Fcomposable-ui&root-directory=composable-ui&project-name=composable-ui&repository-name=composable-ui&demo-title=Composable%20UI&demo-description=Open%20Source%20React%20Storefront%20for%20Composable%20Commerce&demo-url=https%3A%2F%2Fstorefront.composable.com%2F&demo-image=https%3A%2F%2Fstorefront.composable.com%2Fimg%2Fdemo_image.png&envDescription=Enter%20your%20NEXTAUTH_SECRET.&env=NEXTAUTH_SECRET&envLink=https%3A%2F%2Fnext-auth.js.org%2Fconfiguration%2Foptions%23nextauth_secret) 1. When prompted, authenticate with GitHub and choose a repository name. Vercel creates a repository automatically in your GitHub account with a copy of the files from the Composable UI repository and build and deploy the new site. However, you can deploy your Next.js application to Vercel regardless of whether you have a GitHub, Bitbucket, or GitLab account.