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