My landing page, written in Astro hayden.moe
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 20 lines 330 B view raw
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"