From 7c04f69d1aabfd1fdf9e9dbb6bb0283b8dfb5fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Tue, 9 Sep 2025 14:36:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BC=80=E5=90=AF=E9=A2=84=E8=A7=88=20?= =?UTF-8?q?URL=20=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wrangler.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/wrangler.jsonc b/wrangler.jsonc index bb3293c..c001703 100644 --- a/wrangler.jsonc +++ b/wrangler.jsonc @@ -8,6 +8,7 @@ "compatibility_date": "2025-09-09", "main": "server/index.ts", "workers_dev": true, + "preview_urls": true, "assets": { "not_found_handling": "single-page-application", },