Add a redirect for installing Android

This commit is contained in:
Jackson Harper
2023-01-10 17:33:55 +08:00
parent 4caeab251d
commit dea09b457f

View File

@ -138,6 +138,12 @@ const moduleExports = {
'https://apps.apple.com/us/app/omnivore-read-highlight-share/id1564031042',
permanent: true,
},
{
source: '/install/android',
destination:
'https://play.google.com/store/apps/details?id=app.omnivore.omnivore&pli=1',
permanent: true,
},
]
},
}