Install Wrangler CLI: npm install -g wrangler Log in to Cloudflare: wrangler login Update your URL: Open dist/_worker.js and replace https://example.com with your website's URL. Deploy the project: npx wrangler pages deploy dist