diff --git a/packages/web/next.config.js b/packages/web/next.config.js index 610dff904..16ae40aa3 100644 --- a/packages/web/next.config.js +++ b/packages/web/next.config.js @@ -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, + }, ] }, }