Skip to content

Commit

Permalink
Dev: added regex
Browse files Browse the repository at this point in the history
  • Loading branch information
dewanshparashar committed Aug 21, 2024
1 parent 78d413b commit 4b24457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/arb-token-bridge-ui/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = {
async redirects() {
return [
{
source: '/:slug',
source: '/:slug(\\[^Wd_]+)',
destination: '/?destinationChain=:slug',
permanent: true
}
Expand Down

0 comments on commit 4b24457

Please sign in to comment.