Skip to content

Commit

Permalink
fix: vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
camera-2018 committed Jan 16, 2023
1 parent 41c6bbd commit 3b203b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/now.json → frontend/vercel.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"version": 2,
"version": 3,
"builds": [
{
"src": "nuxt.config.js",
"use": "@nuxtjs/now-builder",
"use": "@nuxtjs/vercel-builder",
"config": {}
}
]
Expand Down

0 comments on commit 3b203b7

Please sign in to comment.