Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
chore: add route change
Browse files Browse the repository at this point in the history
  • Loading branch information
habib-deriv committed Jun 14, 2024
1 parent e65a813 commit 95f04d2
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions themes/gatsby-theme-deriv/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,19 +250,6 @@ const BuildPage = (page, actions, region) => {
redirectInBrowser: true,
isPermanent: true,
})
const mn_path = `/mn${localized_path.slice(0, -1)}`
createRedirect({
fromPath: mn_path,
toPath: localized_path,
redirectInBrowser: true,
isPermanent: true,
})
createRedirect({
fromPath: `${mn_path}/`,
toPath: localized_path,
redirectInBrowser: true,
isPermanent: true,
})
}

if (is_responsible_trading) {
Expand Down

0 comments on commit 95f04d2

Please sign in to comment.