Make now.json file top level

This commit is contained in:
John Otander 2018-11-10 14:31:55 -07:00
parent d393181bd4
commit 8b3c3ca59e
2 changed files with 6 additions and 6 deletions

6
now.json Normal file
View File

@ -0,0 +1,6 @@
{
"version": 2,
"builds": [
{ "src": "site/package.json", "use": "@now/static-build" }
]
}

View File

@ -1,6 +0,0 @@
{
"version": 2,
"builds": [
{ "src": "next.config.js", "use": "@now/next" }
]
}