``` ❯ tree dist dist ├── _astro │ └── index.efe4faea.css ├── favicon.svg ├── inde

❯ tree dist                 
dist
├── _astro
│   └── index.efe4faea.css
├── favicon.svg
├── index.html
├── _routes.json
├── worker
│   ├── index.wasm
│   └── shim.mjs
└── _worker.js


wrangler2 pages deploy dist --project-name=project
Was this page helpful?