add not paths to applinks

This commit is contained in:
Garth Vander Houwen 2022-06-29 06:45:45 -07:00
parent 7f36708bc2
commit 85b6e028f0

View file

@ -4,7 +4,7 @@
"details": [ "details": [
{ {
"appID": "GCH7VS5Y9R.gvh.MeshtasticClient", "appID": "GCH7VS5Y9R.gvh.MeshtasticClient",
"paths": [ "/d/*", "/e/*" ] "paths": [ "/d/*", "/e/*", "NOT /docs/*", "NOT /downloads/*", "NOT /showcase/*" ]
} }
] ]
} }