From 194bb973fb801c4b9bbc7d74b32548a45dc79f65 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Wed, 23 Mar 2022 22:35:21 -0700 Subject: [PATCH] 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 --- packages/web/next.config.js | 6 ++++++ 1 file changed, 6 insertions(+) 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, + }, ] }, }