From 616b63bb713cd587b5bd5517d90bd01194250385 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Mon, 18 Aug 2025 13:37:53 -0400 Subject: [PATCH] chore: add wrangler.toml --- wrangler.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 wrangler.toml 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"