From 26dd9bea503f39c1c0c046813eb828f56d86863a Mon Sep 17 00:00:00 2001 From: Randall Stillwell Date: Wed, 23 Jul 2025 08:30:44 -0500 Subject: [PATCH] Add explicit Next.js framework configuration to vercel.json --- vercel.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vercel.json b/vercel.json index 7f7e298..51e3ec4 100644 --- a/vercel.json +++ b/vercel.json @@ -1,4 +1,7 @@ { + "framework": "nextjs", + "buildCommand": "npm run build", + "outputDirectory": ".next", "headers": [ { "source": "/static/(.*)",