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

Configure Feed

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

fix: enable node compat for deploy

+2 -1
+2 -1
wrangler.toml
··· 1 1 name = "haydenuwu-blog" 2 - compatibility_date = "2023-04-20" 2 + compatibility_flags = [ "nodejs_compat" ] 3 + compatibility_date = "2024-09-23" 3 4 pages_build_output_dir = "./build/client" 4 5 5 6 [[kv_namespaces]]