Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 532 Bytes

File metadata and controls

29 lines (19 loc) · 532 Bytes

Cloudac7 Blog

Astro + Svelte blog, deployed on Cloudflare Workers.

Development

npm install
npm run dev

Build

npm run build

Build output:

  • dist/ — Static assets (HTML, JS, CSS, search index) and _worker.js/ (SSR runtime)
  • dist/pagefind/ — Search index (auto-generated by Pagefind)

Deploy

npx wrangler deploy

The wrangler.jsonc configures the Worker entry and static asset serving.