From 6de4db51d17b7004e181823bbb884d705b070a0c Mon Sep 17 00:00:00 2001 From: afoim Date: Wed, 13 Aug 2025 14:10:55 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=B7=BB=E5=8A=A0pages=5Fbuild=5Foutp?= =?UTF-8?q?ut=5Fdir=E9=85=8D=E7=BD=AE=E5=88=B0wrangler.jsonc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 用于指定Pages构建输出目录,与assets目录保持一致 --- wrangler.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/wrangler.jsonc b/wrangler.jsonc index 2540a4f2e..ec23f6990 100644 --- a/wrangler.jsonc +++ b/wrangler.jsonc @@ -1,6 +1,7 @@ { "name": "fuwari", "compatibility_date": "2025-06-04", + "pages_build_output_dir": "./dist", "assets": { "directory": "./dist" }