Skip to content

fix: display images as contain if they're not big enough #59

fix: display images as contain if they're not big enough

fix: display images as contain if they're not big enough #59

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: Deploy API
uses: cloudflare/wrangler-action@v3.7.0
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
workingDirectory: 'apps/vectorize'