Skip to content

Commit

Permalink
update README for Vercel deployment instructions; remove unused envir…
Browse files Browse the repository at this point in the history
…onment variables
  • Loading branch information
Precious-Macaulay committed Nov 12, 2024
1 parent 32c0f5e commit cab4664
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cab4664

Please sign in to comment.