Merge pull request #314 from omnivore-app/fix/apple-redirect

Add a /install/apple redirect for the store
This commit is contained in:
Jackson Harper 2022-03-24 09:17:35 -07:00 committed by GitHub
commit 1676f3caa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,6 +133,12 @@ const moduleExports = {
'https://apps.apple.com/us/app/omnivore-read-highlight-share/id1564031042',
permanent: true,
},
{
source: '/install/apple',
destination:
'https://apps.apple.com/us/app/omnivore-read-highlight-share/id1564031042',
permanent: true,
},
]
},
}