Skip to content

Commit

Permalink
Merge pull request #5 from artsy/all-articles
Browse files Browse the repository at this point in the history
@alloy => Restricts all articles from going to the app
  • Loading branch information
alloy authored Mar 7, 2017
2 parents aa1b38f + 2dd3aa6 commit 1e410f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions apple-app-site-association.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@
"details": [
{
"appID": "23KMWZ572J.net.artsy.artsy",
"paths": [ "NOT /article/artsy-editorial-the-most-influential-curators-of-2016",
"NOT /article/artsy-editorial-the-top-emerging-artists-of-2016",
"NOT /article/artsy-editorial-17-emerging-artists-to-watch-in-2017",
"NOT /article/artsy-editorial-the-most-influential-living-artists-of-2016",
"paths": [
"NOT /article/*",
"NOT /2016-year-in-art",
"*"
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artsy-eigen-web-association",
"version": "1.0.2",
"version": "1.0.3",
"description": "A tiny app that serves the apple-app-site-association required for iOS Handoff related features.",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit 1e410f9

Please sign in to comment.