mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #2487 from omnivore-app/fix/web-macos-redirect
Add an install redirect for macos
This commit is contained in:
commit
d8af31e685
1 changed files with 6 additions and 0 deletions
|
|
@ -164,6 +164,12 @@ const moduleExports = {
|
|||
'https://apps.apple.com/us/app/omnivore-read-highlight-share/id1564031042',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/install/macos',
|
||||
destination:
|
||||
'https://apps.apple.com/us/app/omnivore-read-highlight-share/id1564031042',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/install/safari',
|
||||
destination:
|
||||
|
|
|
|||
Loading…
Reference in a new issue