public/
Static HTML, CSS, JavaScript, and assets.
Cloudflare Pages example
A small static site with the full path left visible: source files, a Pages project, a production deploy, and DNS on Cloudflare.
Deployment flow
Static HTML, CSS, JavaScript, and assets.
Wrangler uploads the static folder.
The `kodeklaus` project serves the files.
A proxied CNAME points the domain at Pages.
Project shape
Edit `public/index.html`, `public/styles.css`, and `public/script.js`.
public/
The check script confirms that the files Cloudflare serves are present.
npm run check
Wrangler serves the same `public/` folder locally before deploy.
npm run dev
Cloudflare receives the static folder and serves it from the Pages edge.
npm run deploy
Cloudflare settings
These are the values needed to recreate this deployment from the repo. The DNS record points `kodeklaus.dk` at the Pages project.