My landing page, written in Astro
hayden.moe
1name = "haydenuwu-blog"
2main = "./dist/_worker.js/index.js"
3
4compatibility_date = "2025-07-18"
5compatibility_flags = [ "nodejs_compat" ]
6
7[[routes]]
8pattern = "hayden.moe"
9custom_domain = true
10
11[[routes]]
12pattern = "hbjy.dev"
13custom_domain = true
14
15[observability]
16enabled = false
17
18[assets]
19binding = "ASSETS"
20directory = "./dist"