From 348fe8172029b994d8823d908cc0390cebfa03f5 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Thu, 25 Jun 2026 14:12:39 +0800 Subject: [PATCH] feat: add name and compatibility date to wrangler configuration --- docs/wrangler.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/wrangler.toml b/docs/wrangler.toml index d98dcde8d..ecdef1ea9 100644 --- a/docs/wrangler.toml +++ b/docs/wrangler.toml @@ -1,2 +1,5 @@ +name = "astrbot-docs" +compatibility_date = "2026-06-25" + [assets] directory = "./.vitepress/dist" \ No newline at end of file