We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7fc66b commit fd70f5cCopy full SHA for fd70f5c
1 file changed
wrangler.toml
@@ -10,4 +10,8 @@ compatibility_flags = [
10
11
# Pages 构建通常需要这个属性来告诉 wrangler 静态文件在哪里
12
# 尽管 Cloudflare Pages 默认知道,但在这里明确写出更安全。
13
-pages_build_output_dir = "./build/client"
+pages_build_output_dir = "./build"
14
+
15
+[vars]
16
+PUBLIC_POCKETABSE_URL="https:/api.pdnode.com"
17
0 commit comments