diff --git a/wrangler.toml b/wrangler.toml index 8d27e2d..b0f45da 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,6 +1,7 @@ +pages_build_output_dir= ".vercel/output/static" + main = ".open-next/worker.js" name = "notenextra" -pages_build_output_directory = ".vercel/output/static" compatibility_date = "2025-02-13" compatibility_flags = ["nodejs_compat"] assets = { directory = ".open-next/assets", binding = "ASSETS" }