Skip to content

Commit

Permalink
Remove redundant code for redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-tortora authored Feb 2, 2024
1 parent 5af6fd2 commit a14c83f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/utils/pluginConfigGenerators.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@ function createVersionRedirects(versionedConfig) {
from: '/' + routeBasePath + '/iota',
to: '/' + routeBasePath,
});

// Redirect to main IOTA version
redirects.push({
from: '/' + routeBasePath + '/iota',
to: '/' + routeBasePath,
});
}

if (mainShimmerVersion && mainShimmerVersion !== mainVersion)
Expand Down

0 comments on commit a14c83f

Please sign in to comment.