Skip to content

Commit c409aa2

Browse files
committed
removed build config
1 parent 7e0268b commit c409aa2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.nowignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
yarn.lock

now.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"name": "NextJS Json Api Route",
44
"alias": "nextjs-json-api-route.now.sh",
55
"builds": [
6-
{"src": "package.json", "use": "@now/next", "config": {"distDir": "build"}}
6+
{"src": "package.json", "use": "@now/next" }
77
]
88
}

0 commit comments

Comments
 (0)