Skip to content

Commit

Permalink
Add now.json zeit config
Browse files Browse the repository at this point in the history
  • Loading branch information
mosinve committed Jul 4, 2019
1 parent 7bc13de commit fc4419f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions now.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": 2,
"name": "vue",
"builds": [
{ "src": "package.json", "use": "@now/static-build" }
],
"routes": [
{"src": "^/js/(.*)", "dest": "/js/$1"},
{"src": "^/css/(.*)", "dest": "/css/$1"},
{"src": "^/img/(.*)", "dest": "/img/$1"},
{"src": ".*", "dest": "/index.html"}
]
}

0 comments on commit fc4419f

Please sign in to comment.