From 6e5b883cf2d6ab8e96047c8f2284664bd24875f7 Mon Sep 17 00:00:00 2001 From: josh <144584931+dancer@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:27:55 +0000 Subject: [PATCH] fix: add vercel.json to ensure nextjs framework detection (#1358) --- vercel.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..f92a3f8 --- /dev/null +++ b/vercel.json @@ -0,0 +1,3 @@ +{ + "framework": "nextjs" +}