mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #314 from omnivore-app/fix/apple-redirect
Add a /install/apple redirect for the store
This commit is contained in:
commit
1676f3caa1
1 changed files with 6 additions and 0 deletions
|
|
@ -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,
|
||||
},
|
||||
]
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue