Skip to content

Commit

Permalink
add now deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
gfrancischelli committed Jul 29, 2019
1 parent e3f1abb commit 87ef4ab
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions now.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 2,
"name": "smart data fetching",
"public": true,
"alias": ["smart-data-fetching.now.sh"],
"builds": [
{ "src": "packages/deck/images/**", "use": "@now/static" },
{
"src": "packages/deck/package.json",
"use": "@now/static-build",
"config": {
"distDir": "dist"
}
}
],
"routes": [{ "src": "/(.*)", "dest": "/packages/deck/$1" }]
}

1 comment on commit 87ef4ab

@vercel
Copy link

@vercel vercel bot commented on 87ef4ab Jul 29, 2019

Choose a reason for hiding this comment

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

Please sign in to comment.