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:
Jackson Harper 2022-03-23 22:35:21 -07:00
parent 3854c6b12b
commit 194bb973fb

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,
},
]
},
}