Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

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

  2. Deploy the project:

npx wrangler pages deploy dist