Skip to content

Commit

Permalink
adding now.json
Browse files Browse the repository at this point in the history
  • Loading branch information
charliewilco committed Dec 16, 2018
1 parent c3ed844 commit db1a016
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 1 addition & 7 deletions documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
"scripts": {
"start": "next start",
"dev": "next dev",
"build": "next build",
"deploy:ci": "now --token $NOW_TOKEN",
"deploy:token": "now --token $NOW_TOKEN && now alias --token $NOW_TOKEN",
"deploy": "now && now alias"
},
"now": {
"alias": "obsidian.charlespeters.net"
"build": "next build"
},
"babel": {
"presets": ["next/babel", "@zeit/next-typescript/babel"]
Expand Down
6 changes: 6 additions & 0 deletions now.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"version": 2,
"name": "obsidian-documentation",
"alias": "obsidian.charlespeters.net",
"builds": [{ "src": "documentation/next.config.js", "use": "@now/next" }]
}

0 comments on commit db1a016

Please sign in to comment.