diff --git a/wrangler.toml b/wrangler.toml index bdcde1c..46a3e5e 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,4 +1,6 @@ name = "meet-sandbox-staging" compatibility_date = "2024-08-21" compatibility_flags = ["nodejs_compat"] -pages_build_output_dir = ".vercel/output/static" \ No newline at end of file +pages_build_output_dir = ".vercel/output/static" + +send_metrics = false \ No newline at end of file