From 23223efff350ef33572255744ae5f8545fc141e0 Mon Sep 17 00:00:00 2001 From: Macaulay Precious Date: Mon, 11 Nov 2024 07:27:23 +0100 Subject: [PATCH] readme update --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac180d0..6228adc 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,16 @@ 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=ASTRIA_API_KEY,VITE_PROXY_URL) +[![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) + +### 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