diff --git a/wrangler.toml b/wrangler.toml new file mode 100644 index 0000000..2931343 --- /dev/null +++ b/wrangler.toml @@ -0,0 +1,6 @@ +name = "headplane" +compatibility_date = "2025-08-18" + +[assets] +directory = "docs/.vitepress/dist" +not_found_handling = "404-page"