Skip to content

Commit

Permalink
correct redirect url
Browse files Browse the repository at this point in the history
  • Loading branch information
karooolis committed Sep 17, 2024
1 parent f25d4f2 commit 8a92562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/explorer/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function config() {
return [
{
source: "/:chainName/worlds/:worldAddress/explorer",
destination: "/:chainName/worlds/:worldAddress/explorer",
destination: "/:chainName/worlds/:worldAddress/explore",
permanent: true,
},
];
Expand Down

0 comments on commit 8a92562

Please sign in to comment.