Astro + Svelte blog, deployed on Cloudflare Workers.
npm install
npm run devnpm run buildBuild output:
dist/— Static assets (HTML, JS, CSS, search index) and_worker.js/(SSR runtime)dist/pagefind/— Search index (auto-generated by Pagefind)
npx wrangler deployThe wrangler.jsonc configures the Worker entry and static asset serving.