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