Skip to content

Commit

Permalink
Add redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
khang-nd committed Aug 20, 2024
1 parent 9e513b6 commit 26c7ed1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ const redirects = [
path: "/brick1100/eula",
to: "https://www.apple.com/legal/internet-services/itunes/dev/stdeula/",
},
{
path: "/brick1100/android",
to: "https://play.google.com/store/apps/details?id=com.visnalize.brick1100",
},
{
path: "/brick1100/ios",
to: "/brick1100/about",
},
];

const html = (redirectUrl) =>
Expand Down

0 comments on commit 26c7ed1

Please sign in to comment.