Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 502 Bytes

CD.md

File metadata and controls

16 lines (10 loc) · 502 Bytes

Continuously Deploy

Cloudflare Pages

Follow Cloudflare's Doc to connect this repo to Cloudflare Pages.

Configure your build settings

  • Framework preset: `None``
  • Build command: yarn && yarn build
  • Build output directory: /dist
  • Root directory: /preview-ui

Environment variables

Add YARN_ENABLE_IMMUTABLE_INSTALLS=false to the production and the preview environment variables, which solves an issue of yarn3.