Cloudflare Deployment
npm installnpm run buildOutput directory is dist/.
Wrangler configuration
Section titled “Wrangler configuration”wrangler.toml in this docs site is configured for Pages static deployment.
Deploy
Section titled “Deploy”Manual
Section titled “Manual”npx wrangler pages deploy dist --project-name keyper-docsUsing script
Section titled “Using script”npm run deploy- Update
nameandproject-namevalues if your Cloudflare project uses a different slug. - Set your final production domain in
astro.config.mjssitefield for best sitemap/share metadata behavior.