Skip to content

Commit

Permalink
🐛 fix now.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondYuan committed Dec 4, 2019
1 parent f18a1aa commit 33cbadb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .nowignore
@@ -0,0 +1,2 @@
coverage/
dist/
6 changes: 3 additions & 3 deletions now.json
Expand Up @@ -2,9 +2,9 @@
"name": "web-clipper-resource",
"version": 2,
"builds": [
{ "src": "documents/*", "use": "@now/static" },
{ "src": "src/changelog/*", "use": "@now/static" },
{ "src": "config.json", "use": "@now/static" }
{ "src": "/documents/privacy/*", "use": "@now/static" },
{ "src": "/src/changelog/*", "use": "@now/static" },
{ "src": "/config.json", "use": "@now/static" }
],
"alias": ["resource.clipper.website"],
"routes": [
Expand Down

0 comments on commit 33cbadb

Please sign in to comment.