Skip to content

Commit

Permalink
vercel config 수정.
Browse files Browse the repository at this point in the history
  • Loading branch information
geunheejung committed Sep 11, 2023
1 parent 6e59f84 commit 58c8d64
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@
{
"src": "nuxt.config.js",
"use": "@nuxtjs/vercel-builder",
"config": {}
"config": {
"env": {
"SERVER_URL": "https://my-json-server.typicode.com/geunheejung/nuxt-hello-api"
},
"build": {
"env": {
"SERVER_URL": "https://my-json-server.typicode.com/geunheejung/nuxt-hello-api"
}
}
}
}
]
}

0 comments on commit 58c8d64

Please sign in to comment.