Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Precious-Macaulay authored Nov 11, 2024
1 parent f5a742f commit 23223ef
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 23223ef

Please sign in to comment.