Skip to content

Commit

Permalink
Update now.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoda authored Sep 10, 2018
1 parent e5fe658 commit 0df47ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion now.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "static",
"type": "static2",
"alias": [
"akurulk-simple-now-app.now.sh",
"akurulk-1-simple-now-app.now.sh"
Expand Down

1 comment on commit 0df47ca

@now-test
Copy link

@now-test now-test bot commented on 0df47ca Sep 10, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now could not deploy this pull request since the type in the now.json file is invalid. It should be one of the following:

  • npm
  • docker
  • static
Click here to see the contents of `now.json`
{
  "type": "static2",
  "alias": [
    "akurulk-simple-now-app.now.sh",
    "akurulk-1-simple-now-app.now.sh"
  ],
  "github": {
    "aliasing": true
  }
}


For more information on now.json visit https://zeit.co/docs/features/configuration#now.json.

Please sign in to comment.