Skip to content

Commit fd70f5c

Browse files
committed
fix known bug
1 parent d7fc66b commit fd70f5c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

wrangler.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ compatibility_flags = [
1010

1111
# Pages 构建通常需要这个属性来告诉 wrangler 静态文件在哪里
1212
# 尽管 Cloudflare Pages 默认知道,但在这里明确写出更安全。
13-
pages_build_output_dir = "./build/client"
13+
pages_build_output_dir = "./build"
14+
15+
[vars]
16+
PUBLIC_POCKETABSE_URL="https:/api.pdnode.com"
17+

0 commit comments

Comments
 (0)