Skip to content

Cloudflare Deployment

Terminal window
npm install
npm run build

Output directory is dist/.

wrangler.toml in this docs site is configured for Pages static deployment.

Terminal window
npx wrangler pages deploy dist --project-name keyper-docs
Terminal window
npm run deploy
  • Update name and project-name values if your Cloudflare project uses a different slug.
  • Set your final production domain in astro.config.mjs site field for best sitemap/share metadata behavior.