From cab46647b8e6074505b4136ee565b75e4ccf2651 Mon Sep 17 00:00:00 2001 From: Macaulay Precious Date: Tue, 12 Nov 2024 16:58:51 +0000 Subject: [PATCH] update README for Vercel deployment instructions; remove unused environment variables --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 6228adc..8795b46 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,13 @@ A GUI for image generation - [License](#license) ## Deploy to Vercel -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fastriaai%2Fimagine&env=VITE_PROXY_URL,ASTRIA_API_KEY,VITE_DEPLOY_TO_SUBDIRECTORY) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fastriaai%2Fimagine&env=ASTRIA_API_KEY) ### Vercel Deployment ENV On click of the deployment button fill the env accordingly: ```plaintext - VITE_PROXY_URL=/api/proxy ASTRIA_API_KEY=fill your astria api key - VITE_DEPLOY_TO_SUBDIRECTORY=false ``` ## Installation