Add explicit Next.js framework configuration to vercel.json

This commit is contained in:
Randall Stillwell 2025-07-23 08:30:44 -05:00
parent 4f9575dc49
commit 26dd9bea50

View file

@ -1,4 +1,7 @@
{
"framework": "nextjs",
"buildCommand": "npm run build",
"outputDirectory": ".next",
"headers": [
{
"source": "/static/(.*)",