adeshboudh16 commited on
Commit ·
f9473ab
1
Parent(s): b2c60d9
fix: add vercel.json to explicitly set Next.js framework
Browse files- frontend/vercel.json +3 -0
frontend/vercel.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"framework": "nextjs"
|
| 3 |
+
}
|