Hello from Cloudflare Pages
A small test note for my new Astro-powered website.
This is a test note published with Astro and Cloudflare Pages.
The workflow is pleasantly simple:
- Write a Markdown file.
- Commit it to Git.
- Push it to GitHub.
- Let Cloudflare build and deploy the site.
A tiny code sample
const message = "Hello, world!";
console.log(message);
If you can read this page, the automatic deployment worked.
— Zhao Yiqing