Skip to content

Commit 10661c8

Browse files
committed
fix package.json and now routes
1 parent 4d6bf40 commit 10661c8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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": "src/package.json", "use": "@now/next", "config": {"distDir": "build"}}
6+
{"src": "package.json", "use": "@now/next", "config": {"distDir": "build"}}
77
]
88
}
File renamed without changes.

0 commit comments

Comments
 (0)