mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add a /install/apple redirect for the store
This is the same as ios, safari, mac just a more generic name for our installs page
This commit is contained in:
parent
3854c6b12b
commit
194bb973fb
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