fix: update vercel.json to use Next.js framework
This commit is contained in:
parent
59e5ee9cba
commit
97856369d4
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"framework": "vite",
|
||||
"buildCommand": "cd frontend && npm install && npm run build",
|
||||
"outputDirectory": "frontend/dist"
|
||||
"framework": "nextjs",
|
||||
"rootDirectory": "frontend",
|
||||
"buildCommand": "npm run build",
|
||||
"outputDirectory": ".next"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue