Add explicit Next.js framework configuration to vercel.json
This commit is contained in:
parent
4f9575dc49
commit
26dd9bea50
1 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
||||||
{
|
{
|
||||||
|
"framework": "nextjs",
|
||||||
|
"buildCommand": "npm run build",
|
||||||
|
"outputDirectory": ".next",
|
||||||
"headers": [
|
"headers": [
|
||||||
{
|
{
|
||||||
"source": "/static/(.*)",
|
"source": "/static/(.*)",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue