From 681dcd2aedf080fec7ae0ac5984df6746878bec8 Mon Sep 17 00:00:00 2001 From: Trance-0 <60459821+Trance-0@users.noreply.github.com> Date: Tue, 25 Nov 2025 17:40:09 -0600 Subject: [PATCH] Update wrangler.toml --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 38e73e2..2545f3f 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,4 +1,4 @@ -pages_build_output_dir= ".vercel/output/static" +pages_build_output_dir= ".next/static" name = "notenextra" compatibility_date = "2025-02-13"