From 3c8cd2ffc202e45c1184f702f697afd73df133c2 Mon Sep 17 00:00:00 2001 From: mauro-balades Date: Mon, 2 Sep 2024 18:49:33 +0200 Subject: [PATCH] feat: Update pages_build_output_dir in wrangler.toml Update the pages_build_output_dir in wrangler.toml from ".vercel/output/static" to "out". This change improves the build output directory for the project. --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 643c4bc..3ebc000 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,4 +1,4 @@ name = "zenbrowser-www" compatibility_date = "2024-07-29" compatibility_flags = ["nodejs_compat"] -pages_build_output_dir = ".vercel/output/static" \ No newline at end of file +pages_build_output_dir = "out" \ No newline at end of file