Skip to content

Commit

Permalink
Add files to deploy to Now
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrankland committed Jun 30, 2019
1 parent 5633fa0 commit 96a150e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
target: 'serverless'
};
4 changes: 4 additions & 0 deletions now.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"version": 2,
"builds": [{ "src": "package.json", "use": "@now/next" }]
}

0 comments on commit 96a150e

Please sign in to comment.